org.apache.avalon.fortress.util
Class CompositeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.avalon.framework.CascadingException
org.apache.avalon.fortress.util.CompositeException
- All Implemented Interfaces:
- CascadingThrowable, java.io.Serializable
- public final class CompositeException
- extends CascadingException
This is an exception made up of one or more subexceptions.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CompositeException
public CompositeException(java.lang.Exception[] ex)
CompositeException
public CompositeException(java.lang.Exception[] ex,
java.lang.String message)
getMessage
public java.lang.String getMessage()
getExceptions
public java.lang.Exception[] getExceptions()
Copyright © 1997-2005 The Apache Software Foundation. All Rights Reserved.