public final class BatchedInvocationException extends Exception
| Modifier and Type | Method and Description |
|---|---|
boolean |
isCauseDeclared(Class... declaredTypes)
Returns true if cause of this exception matches one of the declared
types or is unchecked.
|
boolean |
isCauseDeclared(Class declaredType)
Returns true if cause of this exception matches the declared type or is
unchecked.
|
boolean |
isCauseDeclared(Class declaredType,
Class declaredType2)
Returns true if cause of this exception matches one of the declared
types or is unchecked.
|
static BatchedInvocationException |
make(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static BatchedInvocationException make(Throwable cause)
public boolean isCauseDeclared(Class declaredType)
public boolean isCauseDeclared(Class declaredType, Class declaredType2)
public boolean isCauseDeclared(Class... declaredTypes)
Copyright © 2006–2015 Cojen. All rights reserved.