@Deprecated public class MultiException extends Exception
| Constructor and Description |
|---|
MultiException(String message)
Deprecated.
|
MultiException(String message,
List<Exception> exceptions)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addException(Exception e)
Deprecated.
|
Throwable[] |
getCauses()
Deprecated.
|
void |
printStackTrace()
Deprecated.
|
void |
printStackTrace(PrintStream out)
Deprecated.
|
void |
printStackTrace(PrintWriter out)
Deprecated.
|
static void |
throwIf(String message,
List<Exception> exceptions)
Deprecated.
|
void |
throwIfExceptions()
Deprecated.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toStringpublic MultiException(String message)
public void addException(Exception e)
public void throwIfExceptions()
throws MultiException
MultiExceptionpublic Throwable[] getCauses()
public void printStackTrace()
printStackTrace in class Throwablepublic void printStackTrace(PrintStream out)
printStackTrace in class ThrowableThrowable.printStackTrace(java.io.PrintStream)public void printStackTrace(PrintWriter out)
printStackTrace in class Throwablepublic static void throwIf(String message, List<Exception> exceptions) throws MultiException
MultiExceptionCopyright © 2007–2017 The Apache Software Foundation. All rights reserved.