Package jodd.bean.exception
Class NullPropertyBeanException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jodd.exception.UncheckedException
-
- jodd.bean.BeanException
-
- jodd.bean.exception.NullPropertyBeanException
-
- All Implemented Interfaces:
java.io.Serializable
public class NullPropertyBeanException 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 NullPropertyBeanException(java.lang.String message, BeanProperty bp)
-
Method Summary
-
Methods inherited from class jodd.exception.UncheckedException
callAndWrapException, getCause, getMessage, printStackTrace, printStackTrace, printStackTrace, rethrow, runAndWrapException, wrap, wrap
-
-
-
-
Constructor Detail
-
NullPropertyBeanException
public NullPropertyBeanException(java.lang.String message, BeanProperty bp)
-
-