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