|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
gov.noaa.eds.xapi.generic.DomHandlerException
A gernic exception to be thrown by DomHandler
implementations.
Field Summary |
Fields inherited from class java.lang.Exception |
|
Constructor Summary | |
DomHandlerException()
Creates a new instance of DomHandlerException without detail message. |
|
DomHandlerException(java.lang.String msg)
Constructs an instance of DomHandlerException with the specified detail message. |
|
DomHandlerException(java.lang.String msg,
java.lang.Throwable thr)
Constructs an instance of DomHandlerException with the specified detail message. |
|
DomHandlerException(java.lang.Throwable thr)
Constructs an instance of DomHandlerException with the specified root cause. |
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 DomHandlerException()
DomHandlerException
without detail message.
public DomHandlerException(java.lang.String msg)
DomHandlerException
with the specified detail message.
msg
- the detail message.public DomHandlerException(java.lang.Throwable thr)
DomHandlerException
with the specified root cause.
thr
- the root cause.public DomHandlerException(java.lang.String msg, java.lang.Throwable thr)
DomHandlerException
with the specified detail message.
msg
- the detail message.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |