public class XMLParserException extends JCoRuntimeException
| Constructor and Description |
|---|
XMLParserException(String message)
Creates a new instance of the XMLParserException with the given message.
|
XMLParserException(String message,
Throwable causedBy)
Creates a new instance of the XMLParserException with the given message and
a cause exception.
|
getGroup, getKey, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic XMLParserException(String message)
message - exception messageCopyright © 2022 SAP. All rights reserved.