tribble.xml
Class XmlException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended bytribble.xml.XmlException
All Implemented Interfaces:
java.io.Serializable

public class XmlException
extends java.io.IOException

XML document reader exception.

This is the base class for all exception classes produced by XML reader and writer implementations.

Since:
2003-05-18
Version:
$Revision: 1.1 $ $Date: 2003/05/19 03:22:04 $
Author:
David R. Tribble (david@tribble.com).
Copyright ©2003 by David R. Tribble, all rights reserved.
Permission is granted to freely use and distribute this source code provided that the original copyright and authorship notices remain intact.
See Also:
XmlReaderI, XmlWriterI, Serialized Form

Constructor Summary
XmlException()
          Default constructor.
XmlException(java.lang.String msg)
          Constructor.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XmlException

public XmlException()
Default constructor.

Since:
1.1, 2003-05-18

XmlException

public XmlException(java.lang.String msg)
Constructor.

Parameters:
msg - Detailed message for this exception.
Since:
1.1, 2003-05-18