Project Wonder 5.0

er.extensions.foundation
Class ERXExceptionUtilities.HideStackTraceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.webobjects.foundation.NSForwardException
                  extended by er.extensions.foundation.ERXExceptionUtilities.HideStackTraceException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
ERXExceptionUtilities

public static class ERXExceptionUtilities.HideStackTraceException
extends com.webobjects.foundation.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

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

ERXExceptionUtilities.HideStackTraceException

public ERXExceptionUtilities.HideStackTraceException(java.lang.Throwable cause)
Method Detail

printStackTrace

public void printStackTrace(java.io.PrintWriter s)
Overrides:
printStackTrace in class com.webobjects.foundation.NSForwardException

Last updated: Tue, Feb 21, 2017 • 05:45 PM CET

Copyright © 2002 – 2007 Project Wonder.