public class NoRootHandlerException extends ParseException
| Constructor and Description |
|---|
NoRootHandlerException(Exception e)
Creates 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.
|
getColumn, getLine, getMessage, printStackTrace, printStackTrace, toStringgetCause, getExceptionaddSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTracepublic NoRootHandlerException(String message)
message - the messagepublic NoRootHandlerException(Exception e)
e - the exceptionpublic NoRootHandlerException(String message, Exception e)
message - the messagee - the exceptionpublic NoRootHandlerException(String message, Locator locator)
message - the messagelocator - the locator of the parserpublic NoRootHandlerException(Exception e, Locator locator)
e - the exceptionlocator - the locator of the parser