er.extensions.foundation
Class ERXExceptionUtilities.HideStackTraceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.webobjects.foundation.NSForwardException
er.extensions.foundation.ERXExceptionUtilities.HideStackTraceException
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- ERXExceptionUtilities
public static class ERXExceptionUtilities.HideStackTraceException
- extends NSForwardException
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.
- See Also:
- Serialized Form
- Author:
- mschrag
ERXExceptionUtilities.HideStackTraceException
public ERXExceptionUtilities.HideStackTraceException(Throwable cause)
printStackTrace
public void printStackTrace(PrintWriter s)
- Overrides:
printStackTrace in class NSForwardException
Copyright © 2002 – 2007 Project Wonder.