public final class CompoundRuntimeException
extends java.lang.RuntimeException
Constructor and Description |
---|
CompoundRuntimeException(java.util.List<? extends java.lang.Throwable> throwables) |
Modifier and Type | Method and Description |
---|---|
java.lang.Throwable |
getCause() |
java.util.List<java.lang.Throwable> |
getExceptions() |
java.lang.String |
getLocalizedMessage() |
java.lang.String |
getMessage() |
void |
printStackTrace(java.io.PrintStream s) |
void |
printStackTrace(java.io.PrintWriter s) |
static void |
throwIfNotEmpty(java.util.List<? extends java.lang.Throwable> throwables) |
java.lang.String |
toString() |
public CompoundRuntimeException(java.util.List<? extends java.lang.Throwable> throwables)
public java.lang.Throwable getCause()
getCause
in class java.lang.Throwable
public java.util.List<java.lang.Throwable> getExceptions()
public java.lang.String getMessage()
getMessage
in class java.lang.Throwable
public java.lang.String getLocalizedMessage()
getLocalizedMessage
in class java.lang.Throwable
public java.lang.String toString()
toString
in class java.lang.Throwable
public void printStackTrace(java.io.PrintStream s)
printStackTrace
in class java.lang.Throwable
public void printStackTrace(java.io.PrintWriter s)
printStackTrace
in class java.lang.Throwable
public static void throwIfNotEmpty(java.util.List<? extends java.lang.Throwable> throwables)