Klasse ValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.spaghetticodegang.trylater.shared.exception.ValidationException
- Alle implementierten Schnittstellen:
Serializable
Custom exception used to indicate validation failures within business logic.
- Siehe auch:
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungValidationException
(Map<String, String> errors) Constructs a newValidationException
with the given validation errors. -
Methodenübersicht
Von Klasse geerbte Methoden java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Konstruktordetails
-
ValidationException
-