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
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 |
RuntimeExceptionContainer
public RuntimeExceptionContainer(java.lang.String msg)
RuntimeExceptionContainer
public RuntimeExceptionContainer(java.lang.String msg,
java.lang.Exception e)
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 (WLI)