Package org.apache.empire.exceptions
Class BeanMethodInvokeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.empire.exceptions.EmpireException
org.apache.empire.exceptions.BeanException
org.apache.empire.exceptions.BeanMethodInvokeException
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.empire.exceptions.EmpireException
EmpireException.ExceptionMessageFormatter -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionBeanMethodInvokeException(Object bean, String method, ReflectiveOperationException e) BeanMethodInvokeException(Object bean, String method, RuntimeException e) -
Method Summary
Methods inherited from class org.apache.empire.exceptions.BeanException
getCause, getTypeName, logMethods inherited from class org.apache.empire.exceptions.EmpireException
formatErrorMessage, getErrorParams, getErrorType, getMessageFormatter, setMessageFormatterMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
errorType
-
-
Constructor Details
-
BeanMethodInvokeException
-
BeanMethodInvokeException
-