org.apache.avalon.fortress.util
Class CompositeException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.apache.avalon.fortress.util.CompositeException
- All Implemented Interfaces:
- Serializable
- public final class CompositeException
- extends Exception
This is an exception made up of one or more subexceptions.
- See Also:
- Serialized Form
CompositeException
public CompositeException(Exception[] ex)
CompositeException
public CompositeException(Exception[] ex,
String message)
getMessage
public String getMessage()
- Overrides:
getMessage
in class Throwable
getExceptions
public Exception[] getExceptions()
Copyright © 2000-2002 Apache Avalon Project. All Rights Reserved.