|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Error net.sf.colle.util.OuterError
Outer error with inner Throwable that caused the error. Mimics chained Throwable functionality found in jdk 1.4 without having a dependency on jdk 1.4. Created: 22 Mar 2001
Field Summary |
Fields inherited from class java.lang.Error |
|
Constructor Summary | |
OuterError(String psMessage,
Throwable pxInnerThrowable)
Constructs an error with a message and a throwable |
|
OuterError(Throwable pxInnerThrowable)
Constructs an error with a throwable |
Method Summary | |
Throwable |
getInnerThrowable()
Gets the root cause if it is specified (may be null). |
void |
printStackTrace()
Prints the stack to standard error. |
void |
printStackTrace(PrintStream pxStream)
Prints the stack the print stream. |
void |
printStackTrace(PrintWriter pxWriter)
Prints the stack the print writer. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public OuterError(Throwable pxInnerThrowable)
public OuterError(String psMessage, Throwable pxInnerThrowable)
Method Detail |
public Throwable getInnerThrowable()
public void printStackTrace()
public void printStackTrace(PrintStream pxStream)
public void printStackTrace(PrintWriter pxWriter)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |