org.mortbay.util
public class MultiException extends Exception
Version: $Id: MultiException.java,v 1.10 2004/05/09 20:32:49 gregwilkins Exp $
| Constructor Summary | |
|---|---|
| MultiException() | |
| Method Summary | |
|---|---|
| void | add(Exception e) |
| Exception | getException(int i) |
| List | getExceptions() |
| void | ifExceptionThrow() Throw a multiexception.
|
| void | ifExceptionThrowMulti() Throw a multiexception.
|
| void | printStackTrace() |
| void | printStackTrace(PrintStream out) |
| void | printStackTrace(PrintWriter out) |
| int | size() |
| String | toString() |
Throws: Exception
See Also: java.lang.Throwable#printStackTrace(java.io.PrintStream)
See Also: java.lang.Throwable#printStackTrace(java.io.PrintWriter)