xml
Class XMLParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by 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

Constructor Summary
XMLParseException()
           
XMLParseException(String s)
           
 
Method Summary
 
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

XMLParseException

public XMLParseException()

XMLParseException

public XMLParseException(String s)