public abstract class XmlException
extends org.springframework.core.NestedRuntimeException
Modifier | Constructor and Description |
---|---|
protected |
XmlException(String message)
Constructs a new instance of the
XmlException with the specific detail message. |
protected |
XmlException(String message,
Throwable throwable)
Constructs a new instance of the
XmlException with the specific detail message and exception. |
contains, getMessage, getMostSpecificCause, getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
protected XmlException(String message)
XmlException
with the specific detail message.message
- the detail messageCopyright © 2020 Pivotal Software. All rights reserved.