Package org.coliper.ibean.extension
Class BeanIncompleteException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalStateException
-
- org.coliper.ibean.extension.BeanIncompleteException
-
- All Implemented Interfaces:
Serializable
public class BeanIncompleteException extends IllegalStateException
Thrown from beans that are extended with theCompletableinterface when callingCompletable.assertComplete()in case the bean still has unset fields.- See Also:
Completable, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BeanIncompleteException()
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-