public class MultipleExceptions extends RuntimeException
MultipleExceptions class.
Constructor and Description |
---|
MultipleExceptions(List<Throwable> throwables)
Constructor for MultipleExceptions.
|
Modifier and Type | Method and Description |
---|---|
void |
printStackTrace() |
void |
printStackTrace(PrintStream printStream) |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace
public final void printStackTrace()
printStackTrace
in class Throwable
public void printStackTrace(PrintStream printStream)
printStackTrace
in class Throwable
Copyright © 2015 Rice University - Department of Computer Science. All rights reserved.