org.apache.fulcrum.intake.validator
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
public class ValidationException
- extends IntakeException
An Exception to mark a failed validation
- Version:
- $Id: ValidationException.java 535465 2007-05-05 06:58:06Z tv $
- Author:
- John McNally, Quinton McCombs, Thomas Vandahl
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ValidationException
public ValidationException(String message)
- Creates a new
ValidationException
instance.
- Parameters:
message
- describing the reason validation failed.
Copyright © 2005-2009 The Apache Software Foundation. All Rights Reserved.