
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, setStackTracepublic final void printStackTrace()
printStackTrace in class Throwablepublic void printStackTrace(PrintStream printStream)
printStackTrace in class ThrowableCopyright © 2015 Rice University - Department of Computer Science. All rights reserved.