public class XMLParserException extends Exception
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID
Serial version UID.
|
Constructor and Description |
---|
XMLParserException()
Constructor.
|
XMLParserException(Exception wrappedException)
Constructor.
|
XMLParserException(String message)
Constructor.
|
XMLParserException(String message,
Exception wrappedException)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
private static final long serialVersionUID
public XMLParserException()
public XMLParserException(@Nullable String message)
message
- exception messagepublic XMLParserException(@Nullable Exception wrappedException)
wrappedException
- exception to be wrapped by this oneCopyright © 1999–2017. All rights reserved.