Package jodd.bean
Class BeanException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jodd.exception.UncheckedException
jodd.bean.BeanException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ForcedBeanException,InvalidPropertyBeanException,InvokePropertyBeanException,NullPropertyBeanException,PropertyNotFoundBeanException
Unchecked bean exception.
- See Also:
-
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 -
Method Summary
Methods inherited from class jodd.exception.UncheckedException
callAndWrapException, getCause, getMessage, printStackTrace, printStackTrace, printStackTrace, rethrow, runAndWrapException, wrap, wrapMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
Constructor Details
-
BeanException
-
BeanException
-