WebLogic Integration


com.bea.util
Class RuntimeExceptionContainer

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.bea.util.RuntimeExceptionContainer

public class RuntimeExceptionContainer
extends java.lang.RuntimeException

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

Constructor Summary
RuntimeExceptionContainer(java.lang.String msg)
           
RuntimeExceptionContainer(java.lang.String msg, java.lang.Exception e)
           
 
Method Summary
 void addException(java.lang.Exception e)
           
 boolean containsException(java.lang.Exception e)
           
 void printStackTrace()
           
 void printStackTrace(java.io.PrintWriter pw)
           
 boolean removeException(java.lang.Exception e)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RuntimeExceptionContainer

public RuntimeExceptionContainer(java.lang.String msg)

RuntimeExceptionContainer

public RuntimeExceptionContainer(java.lang.String msg,
                                 java.lang.Exception e)
Method Detail

addException

public void addException(java.lang.Exception e)

removeException

public boolean removeException(java.lang.Exception e)

containsException

public boolean containsException(java.lang.Exception e)

toString

public java.lang.String toString()

Overrides:
toString in class java.lang.Throwable

printStackTrace

public void printStackTrace()

Overrides:
printStackTrace in class java.lang.Throwable

printStackTrace

public void printStackTrace(java.io.PrintWriter pw)

Overrides:
printStackTrace in class java.lang.Throwable

WebLogic Integration

WebLogic Integration (WLI)