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:
java.io.Serializable
public class BeanException extends UncheckedException
Unchecked bean exception.- 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 BeanException(java.lang.String message)BeanException(java.lang.String message, java.lang.Throwable t)BeanException(java.lang.String message, jodd.bean.BeanProperty bp)BeanException(java.lang.String message, jodd.bean.BeanProperty bp, java.lang.Throwable t)BeanException(java.lang.Throwable t)
-
Method Summary
-
Methods inherited from class jodd.exception.UncheckedException
callAndWrapException, getCause, getMessage, printStackTrace, printStackTrace, printStackTrace, rethrow, runAndWrapException, wrap, wrap
-
-
-
-
Constructor Detail
-
BeanException
public BeanException(java.lang.Throwable t)
-
BeanException
public BeanException(java.lang.String message)
-
BeanException
public BeanException(java.lang.String message, jodd.bean.BeanProperty bp)
-
BeanException
public BeanException(java.lang.String message, java.lang.Throwable t)
-
BeanException
public BeanException(java.lang.String message, jodd.bean.BeanProperty bp, java.lang.Throwable t)
-
-