|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.eigenbase.xom.XOMException
public class XOMException
XOMException extends Exception and provides detailed error messages for xom-specific exceptions.
Constructor Summary | |
---|---|
XOMException()
Constructs a XOM exception with no message. |
|
XOMException(java.lang.String s)
Constructs an exception with a detailed message. |
|
XOMException(java.lang.Throwable cause,
java.lang.String s)
Constructs an exception based on another exception, so that the exceptions may be chained. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public XOMException()
public XOMException(java.lang.String s)
s
- - a detailed message describing the specific errorpublic XOMException(java.lang.Throwable cause, java.lang.String s)
cause
- the exception on which this one is based.s
- a message for this portion of the exception.
|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |