public class WrappedBeanMethodInvocationException extends WrappedException
| Modifier and Type | Field and Description |
|---|---|
Object[] |
args |
AccessibleObject |
method |
String |
methodString |
| Constructor and Description |
|---|
WrappedBeanMethodInvocationException(Throwable throwable,
AccessibleObject method,
Object... args) |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic final Object[] args
public final transient AccessibleObject method
public final String methodString
public WrappedBeanMethodInvocationException(Throwable throwable, AccessibleObject method, Object... args)
Copyright © 2014 LSST. All Rights Reserved.