public class MultiException extends RuntimeException
| Constructor and Description |
|---|
MultiException() |
MultiException(String message) |
MultiException(String message,
Throwable... exceptions) |
| Modifier and Type | Method and Description |
|---|---|
void |
addThrowable(Throwable exception) |
Iterable<Throwable> |
getThrowables() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MultiException()
public MultiException(String message)
Copyright © 2012-2013 The Internet Party. All Rights Reserved.