-
- All Implemented Interfaces:
-
java.io.Serializable
public final class MultiCauseException extends Error
-
-
Constructor Summary
Constructors Constructor Description MultiCauseException(String message, List<Error> causes)
-
Method Summary
Modifier and Type Method Description final List<Error>getCauses()ThrowablegetCause()StringgetMessage()UnitprintStackTrace(PrintStream printStream)UnitprintStackTrace(PrintWriter printWriter)-
Methods inherited from class java.lang.Error
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 printStream)
-
printStackTrace
Unit printStackTrace(PrintWriter printWriter)
-
-
-
-