public final class XmlException extends RuntimeException
| Constructor and Description |
|---|
XmlException(String message)
Creates a new XmlException with the given message
|
XmlException(String message,
Throwable cause)
Creates a new XmlException with the given message and cause
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic XmlException(String message)
message - The messageCopyright © 2020. All rights reserved.