Package org.projecthusky.xua.exceptions
Class ValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.projecthusky.xua.exceptions.ValidationException
- All Implemented Interfaces:
Serializable
Class implementing ValidationException.
Klasse welche die ValidationException definiert.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor to instanciate the object. Default Konstruktor für die Instanziierung des Objekts.ValidationException
(String message) Default constructor to instanciate the object. Default Konstruktor für die Instanziierung des Objekts.ValidationException
(Throwable cause) Default constructor to instanciate the object. Default Konstruktor für die Instanziierung des Objekts. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ValidationException
public ValidationException()Default constructor to instanciate the object.Default Konstruktor für die Instanziierung des Objekts. -
ValidationException
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
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
-