public final class XmlException extends RuntimeException
| Constructor and Description |
|---|
XmlException()
Constructs a new
XmlException with null as its detail message. |
XmlException(String message)
Constructs a new
XmlException with the specified detail message. |
XmlException(String message,
Throwable cause)
Constructs a new
XmlException with the specified detail message and cause. |
XmlException(Throwable cause)
Constructs a new
XmlException with the specified cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic XmlException()
XmlException with null as its detail message.public XmlException(String message)
XmlException with the specified detail message.message - exception messagepublic XmlException(String message, Throwable cause)
XmlException with the specified detail message and cause.message - exception messagecause - exception causepublic XmlException(Throwable cause)
XmlException with the specified cause.cause - exception causeCopyright © 2020. All rights reserved.