Class ParseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.xml.sax.SAXException
org.pentaho.reporting.libraries.xmlns.parser.ParseException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NoRootHandlerException

public class ParseException extends SAXException
A parse exception. This does the same as the SAXParseException, but it also prints the parent exception.
Author:
Thomas Morgner
See Also: