public class InstanceMethodInvocationException extends MethodInvocationException
| Constructor and Description | 
|---|
InstanceMethodInvocationException(Object instance,
                                 Method method)  | 
InstanceMethodInvocationException(Object instance,
                                 Method method,
                                 Throwable cause)  | 
InstanceMethodInvocationException(Object instance,
                                 String methodName,
                                 Object[] args)  | 
InstanceMethodInvocationException(Object instance,
                                 String methodName,
                                 Object[] args,
                                 Throwable cause)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected static String | 
formatArguments(Object instance,
               Method method)  | 
convertToTypeArraycheckNonBlank, checkNonNulladdSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InstanceMethodInvocationException(@Nonnull Object instance, @Nonnull String methodName, @Nullable Object[] args)
public InstanceMethodInvocationException(@Nonnull Object instance, @Nonnull String methodName, @Nullable Object[] args, @Nonnull Throwable cause)
public InstanceMethodInvocationException(@Nonnull Object instance, @Nonnull Method method)