Package jodd.bean.exception
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:
java.io.Serializable
public class InvokePropertyBeanException extends BeanException
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class jodd.exception.UncheckedException
UncheckedException.CallableVoid
-
-
Field Summary
-
Fields inherited from class jodd.exception.UncheckedException
cause, CAUSE_DIV, showCauseDetails
-
-
Constructor Summary
Constructors Constructor Description InvokePropertyBeanException(java.lang.String message, BeanProperty bp, java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class jodd.exception.UncheckedException
callAndWrapException, getCause, getMessage, printStackTrace, printStackTrace, printStackTrace, rethrow, runAndWrapException, wrap, wrap
-
-
-
-
Constructor Detail
-
InvokePropertyBeanException
public InvokePropertyBeanException(java.lang.String message, BeanProperty bp, java.lang.Throwable cause)
-
-