Class AssertionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
tech.jhipster.lite.error.domain.AssertionException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
MissingMandatoryValueException, NotAfterTimeException, NotBeforeTimeException, NullElementInCollectionException, NumberValueTooHighException, NumberValueTooLowException, StringTooLongException, StringTooShortException, StringWithWitespacesException, TooManyElementsException

public class AssertionException extends RuntimeException
See Also:
  • Constructor Details

    • AssertionException

      public AssertionException(String message)