xml
Class XMLParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
xml.XMLParseException
- All Implemented Interfaces:
- Serializable
public class XMLParseException
- extends IOException
A class indicating some parsing error during an xml-parsing.
Is a generic class and may be subclassed for DOM or SAX
Exceptions.
As it normally indicates some problems with I/O this Exception extends
the IOException.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
XMLParseException
public XMLParseException()
XMLParseException
public XMLParseException(String s)