org.eigenbase.xom
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.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public XOMException()
public XOMException(String s)
s
- - a detailed message describing the specific errorpublic XOMException(Throwable cause, String s)
cause
- the exception on which this one is based.s
- a message for this portion of the exception.