public class InstanceMethodInvocationException extends MethodInvocationException
Constructor and Description |
---|
InstanceMethodInvocationException(java.lang.Object instance,
java.lang.reflect.Method method) |
InstanceMethodInvocationException(java.lang.Object instance,
java.lang.reflect.Method method,
java.lang.Throwable cause) |
InstanceMethodInvocationException(java.lang.Object instance,
java.lang.String methodName,
java.lang.Object[] args) |
InstanceMethodInvocationException(java.lang.Object instance,
java.lang.String methodName,
java.lang.Object[] args,
java.lang.Throwable cause) |
Modifier and Type | Method and Description |
---|---|
protected static java.lang.String |
formatArguments(java.lang.Object instance,
java.lang.reflect.Method method) |
convertToTypeArray
checkNonBlank, checkNonNull
public InstanceMethodInvocationException(@Nonnull java.lang.Object instance, @Nonnull java.lang.String methodName, @Nullable java.lang.Object[] args)
public InstanceMethodInvocationException(@Nonnull java.lang.Object instance, @Nonnull java.lang.String methodName, @Nullable java.lang.Object[] args, @Nonnull java.lang.Throwable cause)
public InstanceMethodInvocationException(@Nonnull java.lang.Object instance, @Nonnull java.lang.reflect.Method method)
public InstanceMethodInvocationException(@Nonnull java.lang.Object instance, @Nonnull java.lang.reflect.Method method, @Nonnull java.lang.Throwable cause)