WebLogic Integration


com.bea.util
Class ThrowableContainer

java.lang.Object
  |
  +--com.bea.util.ThrowableContainer

public class ThrowableContainer
extends java.lang.Object
implements java.io.Serializable

Author:
Copyright © 2000, 2001 BEA Systems, Inc. All Rights Reserved.
See Also:
Serialized Form

Constructor Summary
ThrowableContainer(java.lang.String throwableType)
           
 
Method Summary
 void addThrowable(java.lang.Throwable e)
           
 boolean containsThrowable(java.lang.Throwable e)
           
 java.lang.Throwable getLinkedThrowable()
           
 java.util.Iterator getThrowables()
           
static void indentStackTrace(java.lang.String stackTrace, java.io.PrintWriter pw, int nest)
           
 void printStackTrace()
           
 void printStackTrace(java.io.PrintStream ps)
           
 void printStackTrace(java.io.PrintWriter pw)
           
protected  void printStackTrace(java.io.PrintWriter pw, int nest)
           
 boolean removeThrowable(java.lang.Throwable e)
           
 java.lang.String toString()
           
 java.lang.String toString(int nest)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ThrowableContainer

public ThrowableContainer(java.lang.String throwableType)
Method Detail

addThrowable

public void addThrowable(java.lang.Throwable e)


removeThrowable

public boolean removeThrowable(java.lang.Throwable e)


containsThrowable

public boolean containsThrowable(java.lang.Throwable e)


getThrowables

public java.util.Iterator getThrowables()


getLinkedThrowable

public java.lang.Throwable getLinkedThrowable()


toString

public java.lang.String toString()

Overrides:
toString in class java.lang.Object

toString

public java.lang.String toString(int nest)


printStackTrace

public void printStackTrace()


printStackTrace

public void printStackTrace(java.io.PrintStream ps)


printStackTrace

public void printStackTrace(java.io.PrintWriter pw)


printStackTrace

protected void printStackTrace(java.io.PrintWriter pw,
                               int nest)


indentStackTrace

public static void indentStackTrace(java.lang.String stackTrace,
                                    java.io.PrintWriter pw,
                                    int nest)


WebLogic Integration

WebLogic Integration (WLI)