public class XOMException extends Exception
Constructor and Description |
---|
XOMException()
Constructs a XOM exception with no message.
|
XOMException(String s)
Constructs an exception with a detailed message.
|
XOMException(Throwable cause,
String s)
Constructs an exception based on another exception, so that
the exceptions may be chained.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public XOMException()
public XOMException(String s)
s
- - a detailed message describing the specific error