@Status(stage=PRODUCTION, unitTests=COMPLETE) public class XmlException extends RuntimeException
Constructor and Description |
---|
XmlException(String message,
Throwable cause)
Creates this XmlException from the supplied message and cause.
|
XmlException(Throwable cause)
Creates this XmlException from the supplied cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public XmlException(Throwable cause)
cause
- The exception causing this exception.Copyright © 2008–2018. All rights reserved.