Class InvokePropertyBeanException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jodd.exception.UncheckedException
jodd.bean.BeanException
jodd.bean.exception.InvokePropertyBeanException
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class UncheckedException
UncheckedException.CallableVoid -
Field Summary
Fields inherited from class UncheckedException
cause, CAUSE_DIV, showCauseDetails -
Constructor Summary
ConstructorsConstructorDescriptionInvokePropertyBeanException(String message, BeanProperty bp, Throwable cause) -
Method Summary
Methods inherited from class UncheckedException
callAndWrapException, getCause, getMessage, printStackTrace, printStackTrace, printStackTrace, rethrow, runAndWrapException, wrap, wrapMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
Constructor Details
-
InvokePropertyBeanException
-