Klasse ValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.fulcrum.intake.IntakeException
org.apache.fulcrum.intake.validator.ValidationException
- Alle implementierten Schnittstellen:
Serializable
An Exception to mark a failed validation
- Version:
- $Id$
- Autor:
- John McNally, Quinton McCombs, Thomas Vandahl
- Siehe auch:
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungValidationException
(String message) Creates a newValidationException
instance. -
Methodenübersicht
Von Klasse geerbte Methoden java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Konstruktordetails
-
ValidationException
Creates a newValidationException
instance.- Parameter:
message
- describing the reason validation failed.
-