|
Enhydra 5.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.lang.RuntimeException | +--org.enhydra.error.ChainedRuntimeException | +--org.enhydra.xml.xmlc.XMLCRuntimeException | +--org.enhydra.xml.xmlc.reloading.XMLCReloadingException
Runtime exception associated with reloading.
Constructor Summary | |
XMLCReloadingException(java.lang.String msg)
Construct an exception without a specified cause. |
|
XMLCReloadingException(java.lang.String msg,
java.lang.Throwable cause)
Construct an exception with an associated causing exception. |
|
XMLCReloadingException(java.lang.Throwable cause)
Construct an exception from a causing exception. |
Method Summary | |
java.lang.String |
getErrorOutput()
Get the error output or null if it was not set. |
void |
setErrorOutput(java.lang.String out)
Set the error output. |
Methods inherited from class org.enhydra.error.ChainedRuntimeException |
getCause, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public XMLCReloadingException(java.lang.String msg)
msg
- The message associated with the exception.public XMLCReloadingException(java.lang.String msg, java.lang.Throwable cause)
msg
- The message associated with the exception.cause
- The exception or exception that cause this
exception.public XMLCReloadingException(java.lang.Throwable cause)
cause
- The exception or exception that cause this
exception. The message will be take be this object's
messasge.Method Detail |
public void setErrorOutput(java.lang.String out)
public java.lang.String getErrorOutput()
|
Enhydra 5.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |