Uses of Enum Class
tech.jhipster.lite.error.domain.AssertionErrorType
Packages that use AssertionErrorType
-
Uses of AssertionErrorType in tech.jhipster.lite.error.domain
Methods in tech.jhipster.lite.error.domain that return AssertionErrorTypeModifier and TypeMethodDescriptionabstract AssertionErrorTypeAssertionException.type()MissingMandatoryValueException.type()NotAfterTimeException.type()NotBeforeTimeException.type()NullElementInCollectionException.type()NumberValueTooHighException.type()NumberValueTooLowException.type()StringTooLongException.type()StringTooShortException.type()StringWithWitespacesException.type()TooManyElementsException.type()static AssertionErrorTypeReturns the enum constant of this class with the specified name.static AssertionErrorType[]AssertionErrorType.values()Returns an array containing the constants of this enum class, in the order they are declared.