public class XMLParserException
extends java.lang.Exception
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
Serial version UID.
|
| Constructor and Description |
|---|
XMLParserException()
Constructor.
|
XMLParserException(java.lang.Exception wrappedException)
Constructor.
|
XMLParserException(java.lang.String message)
Constructor.
|
XMLParserException(java.lang.String message,
java.lang.Exception wrappedException)
Constructor.
|
private static final long serialVersionUID
public XMLParserException()
public XMLParserException(@Nullable
java.lang.String message)
message - exception messagepublic XMLParserException(@Nullable
java.lang.Exception wrappedException)
wrappedException - exception to be wrapped by this onepublic XMLParserException(@Nullable
java.lang.String message,
@Nullable
java.lang.Exception wrappedException)
message - exception messagewrappedException - exception to be wrapped by this one