Package org.coliper.ibean.extension
Class NullSafetyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalStateException
-
- org.coliper.ibean.extension.NullSafetyException
-
- All Implemented Interfaces:
Serializable
public class NullSafetyException extends IllegalStateException
Thrown from getter methods from beans that extendNullSafein case the value of the field isnull.- See Also:
NullSafe, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NullSafetyException(String fieldName)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
NullSafetyException
public NullSafetyException(String fieldName)
-
-