-
- All Implemented Interfaces:
-
java.io.Serializable
public final class AggregateException extends Exception
Aggregates multiple
Throwables that may be thrown in the process of a task's execution.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classAggregateException.Companion
-
Constructor Summary
Constructors Constructor Description AggregateException(String detailMessage, List<Throwable> innerThrowables)
-
Method Summary
Modifier and Type Method Description ThrowablegetCause()StringgetMessage()UnitprintStackTrace(PrintStream err)UnitprintStackTrace(PrintWriter err)-
Methods inherited from class java.lang.Exception
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getMessage
String getMessage()
-
printStackTrace
Unit printStackTrace(PrintStream err)
-
printStackTrace
Unit printStackTrace(PrintWriter err)
-
-
-
-