public class XMLParserException extends Exception
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
public XMLParserException()
public XMLParserException(@Nullable String message)
message
- exception messagepublic XMLParserException(@Nullable Exception wrappedException)
wrappedException
- exception to be wrapped by this oneCopyright © 2016 JBoss by Red Hat. All rights reserved.