Class ValidationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.projecthusky.xua.exceptions.ValidationException
All Implemented Interfaces:
Serializable

public class ValidationException extends Exception
Class implementing ValidationException.
Klasse welche die ValidationException definiert.
See Also:
  • Constructor Details

    • ValidationException

      public ValidationException()
      Default constructor to instanciate the object.
      Default Konstruktor für die Instanziierung des Objekts.
    • ValidationException

      public ValidationException(String message)
      Default constructor to instanciate the object.
      Default Konstruktor für die Instanziierung des Objekts.
      Parameters:
      message -
      the error message to be set.
      Die Fehlermeldung welche gesetzt werden soll.
    • ValidationException

      public ValidationException(Throwable cause)
      Default constructor to instanciate the object.
      Default Konstruktor für die Instanziierung des Objekts.
      Parameters:
      cause -
      the reason of the exception.
      Der Grund des Fehlers