public class XMLRuntimeException extends RuntimeException
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
Serial version UID.
|
| Constructor and Description |
|---|
XMLRuntimeException()
Constructor.
|
XMLRuntimeException(Exception wrappedException)
Constructor.
|
XMLRuntimeException(String message)
Constructor.
|
XMLRuntimeException(String message,
Exception wrappedException)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprivate static final long serialVersionUID
public XMLRuntimeException()
public XMLRuntimeException(String message)
message - exception messagepublic XMLRuntimeException(Exception wrappedException)
wrappedException - exception to be wrapped by this oneCopyright © 1999-2014. All Rights Reserved.