|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.io.IOException | +--com.caucho.util.RegistryException
Base class for configuration exceptions. Thrown by RegistryNode classes.
Constructor Summary | |
RegistryException()
Create a null exception |
|
RegistryException(java.lang.String msg)
Creates an exception with a message |
|
RegistryException(java.lang.String msg,
java.lang.Throwable e)
Wraps an exception in the config exception |
|
RegistryException(java.lang.Throwable e)
Wraps an exception in the config exception |
Method Summary | |
java.lang.Throwable |
getRootCause()
Returns the root cause, if any. |
void |
printStackTrace()
Prints the stack trace, preferring the root cause if it exists. |
void |
printStackTrace(java.io.PrintStream os)
Prints the stack trace, preferring the root cause if it exists. |
void |
printStackTrace(java.io.PrintWriter os)
Prints the stack trace, preferring the root cause if it exists. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public RegistryException()
public RegistryException(java.lang.String msg)
public RegistryException(java.lang.String msg, java.lang.Throwable e)
public RegistryException(java.lang.Throwable e)
Method Detail |
public java.lang.Throwable getRootCause()
getRootCause
in interface ExceptionWrapper
public void printStackTrace()
printStackTrace
in class java.lang.Throwable
public void printStackTrace(java.io.PrintStream os)
printStackTrace
in class java.lang.Throwable
public void printStackTrace(java.io.PrintWriter os)
printStackTrace
in class java.lang.Throwable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |