|
Project Wonder 5.0 | |||||||||||
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
com.webobjects.foundation.NSForwardException
er.extensions.foundation.ERXExceptionUtilities.HideStackTraceException
public static class ERXExceptionUtilities.HideStackTraceException
Wraps a root cause, but does not render a stack trace to the given writer. This is used to intercept old code that handles exceptions in undesirable ways.
Field Summary |
---|
Fields inherited from class com.webobjects.foundation.NSForwardException |
---|
_CLASS |
Constructor Summary | |
---|---|
ERXExceptionUtilities.HideStackTraceException(java.lang.Throwable cause)
|
Method Summary | |
---|---|
void |
printStackTrace(java.io.PrintWriter s)
|
Methods inherited from class com.webobjects.foundation.NSForwardException |
---|
_originalThrowable, _runtimeExceptionForThrowable, originalException, printStackTrace, printStackTrace, stackTrace, toString |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ERXExceptionUtilities.HideStackTraceException(java.lang.Throwable cause)
Method Detail |
---|
public void printStackTrace(java.io.PrintWriter s)
printStackTrace
in class com.webobjects.foundation.NSForwardException
|
Last updated: Tue, Feb 21, 2017 05:45 PM CET | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |