WebLogic Integration


com.bea.util
Class AbstractExceptionContainer

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.bea.util.AbstractExceptionContainer
Direct Known Subclasses:
ApplicationViewException, ConnectionFactoryException, DeploymentException, EngineException, EventContextException, ExceptionStandin, LookupException, NamespaceException, SchemaException

public abstract class AbstractExceptionContainer
extends java.lang.Exception

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

Field Summary
protected  ThrowableContainer m_container
           
 
Constructor Summary
AbstractExceptionContainer(java.lang.String msg)
           
 
Method Summary
 void addException(java.lang.Exception e)
           
 boolean containsException(java.lang.Exception e)
           
 java.util.Iterator getExceptions()
           
 java.lang.Exception getLinkedException()
           
 void printStackTrace()
           
 void printStackTrace(java.io.PrintStream ps)
           
 void printStackTrace(java.io.PrintWriter pw)
           
protected  void printStackTrace(java.io.PrintWriter pw, int nest)
           
 boolean removeException(java.lang.Exception e)
           
 java.lang.String toString()
           
 java.lang.String toString(int nest)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

m_container

protected ThrowableContainer m_container
Constructor Detail

AbstractExceptionContainer

public AbstractExceptionContainer(java.lang.String msg)
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)

getExceptions

public java.util.Iterator getExceptions()

getLinkedException

public java.lang.Exception getLinkedException()

toString

public java.lang.String toString()

Overrides:
toString in class java.lang.Throwable

toString

public java.lang.String toString(int nest)

printStackTrace

public void printStackTrace()

Overrides:
printStackTrace in class java.lang.Throwable

printStackTrace

public void printStackTrace(java.io.PrintStream ps)

Overrides:
printStackTrace in class java.lang.Throwable

printStackTrace

public void printStackTrace(java.io.PrintWriter pw)

Overrides:
printStackTrace in class java.lang.Throwable

printStackTrace

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

WebLogic Integration

WebLogic Integration (WLI)