Class ValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.fulcrum.intake.IntakeException
org.apache.fulcrum.intake.validator.ValidationException
- All Implemented Interfaces:
Serializable
An Exception to mark a failed validation
- Version:
- $Id$
- Author:
- John McNally, Quinton McCombs, Thomas Vandahl
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionValidationException
(String message) Creates a newValidationException
instance. -
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
Creates a newValidationException
instance.- Parameters:
message
- describing the reason validation failed.
-