Class NoRootHandlerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.xml.sax.SAXException
org.pentaho.reporting.libraries.xmlns.parser.ParseException
org.pentaho.reporting.libraries.xmlns.parser.NoRootHandlerException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionCreates a new ParseException with the given root exception.NoRootHandlerException
(Exception e, Locator locator) Creates a new ParseException with the given root exception and the locator.NoRootHandlerException
(String message) Creates a new ParseException with the given message.NoRootHandlerException
(String message, Exception e) Creates a new ParseException with the given message and root exception.NoRootHandlerException
(String message, Exception e, Locator locator) Creates a new ParseException with the given message, root exception and the locator.NoRootHandlerException
(String message, Locator locator) Creates a new ParseException with the given message and the locator. -
Method Summary
Methods inherited from class org.pentaho.reporting.libraries.xmlns.parser.ParseException
fillLocation, getColumn, getLine, getMessage, printStackTrace, printStackTrace, toString
Methods inherited from class org.xml.sax.SAXException
getCause, getException
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace
-
Constructor Details
-
NoRootHandlerException
Creates a new ParseException with the given message.- Parameters:
message
- the message
-
NoRootHandlerException
Creates a new ParseException with the given root exception.- Parameters:
e
- the exception
-
NoRootHandlerException
Creates a new ParseException with the given message and root exception.- Parameters:
message
- the messagee
- the exception
-
NoRootHandlerException
Creates a new ParseException with the given message and the locator.- Parameters:
message
- the messagelocator
- the locator of the parser
-
NoRootHandlerException
Creates a new ParseException with the given root exception and the locator.- Parameters:
e
- the exceptionlocator
- the locator of the parser
-
NoRootHandlerException
Creates a new ParseException with the given message, root exception and the locator.- Parameters:
message
- the messagee
- the exceptionlocator
- the locator of the parser
-