Package tech.jhipster.lite.error.domain
Class MissingMandatoryValueException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
tech.jhipster.lite.error.domain.AssertionException
tech.jhipster.lite.error.domain.MissingMandatoryValueException
- All Implemented Interfaces:
Serializable
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionforBlankValue(String field) forEmptyValue(String field) forNullValue(String field) type()Methods inherited from class tech.jhipster.lite.error.domain.AssertionException
field, parametersMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
forBlankValue
-
forNullValue
-
forEmptyValue
-
type
- Specified by:
typein classAssertionException
-