public class MethodInvocationException extends BeanReflectionException
Constructor and Description |
---|
MethodInvocationException(String methodName,
Class<?> beanType,
Throwable cause)
Constructs a new instance of MethodInvocationException.
|
Modifier and Type | Method and Description |
---|---|
String |
getMethodName() |
getBeanType
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MethodInvocationException(String methodName, Class<?> beanType, Throwable cause)
methodName
- the name of the method that threw the exceptionbeanType
- the type the method is defined oncause
- the exception's causepublic String getMethodName()
Copyright © 2012–2014 The Apache Software Foundation. All rights reserved.