|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.jackrabbit.ocm.exception.NestableRuntimeException
public class NestableRuntimeException
Nestable runtime exception. Able to wrap a cause exception in JDK previous to 1.4
| Constructor Summary | |
|---|---|
protected |
NestableRuntimeException()
No-arg constructor used by markup exceptions. |
|
NestableRuntimeException(String msg)
Construct a NestableRuntimeException with the specified detail message. |
|
NestableRuntimeException(String msg,
Throwable ex)
Construct a NestableRuntimeException with the specified detail message
and nested exception. |
|
NestableRuntimeException(Throwable ex)
Construct a NestableRuntimeException with the specified
nested exception. |
| Method Summary | |
|---|---|
Throwable |
getCause()
Return the nested cause, or null if none. |
String |
getMessage()
Return the detail message, including the message from the nested exception if there is one. |
void |
printStackTrace(PrintStream ps)
Print the composite message and the embedded stack trace to the specified stream. |
void |
printStackTrace(PrintWriter pw)
Print the composite message and the embedded stack trace to the specified writer. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected NestableRuntimeException()
public NestableRuntimeException(String msg)
NestableRuntimeException with the specified detail message.
msg - the detail message
public NestableRuntimeException(String msg,
Throwable ex)
NestableRuntimeException with the specified detail message
and nested exception.
msg - the detail messageex - the nested exceptionpublic NestableRuntimeException(Throwable ex)
NestableRuntimeException with the specified
nested exception.
ex - the nested exception| Method Detail |
|---|
public Throwable getCause()
null if none.
getCause in class Throwablepublic String getMessage()
getMessage in class Throwablepublic void printStackTrace(PrintStream ps)
printStackTrace in class Throwableps - the print streampublic void printStackTrace(PrintWriter pw)
printStackTrace in class Throwablepw - the print writer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||