Class ValidationException

  • All Implemented Interfaces:
    java.io.Serializable

    
    public class ValidationException
    extends RuntimeException
                        

    Die Klasse ValidationExceptionn wurde eingefuehrt, um die gleichnamige Exception aus "javax.validation" abzuloesen. Dies geschah aus 2 Gruenden:

    • Allgemein: Reduktion der Abhaengigkeiten
    • Speziell: keine Abhaengigkeiten zu JavaEE bzw. Jakarta als Nachfolgeprojekt
    Since:

    4.4 (14.10.22)

    Author:

    oboehm

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ValidationException

        ValidationException(String message)
    • Method Detail