org.apache.fulcrum.intake.validator
Class ValidationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.fulcrum.intake.IntakeException
              extended by 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

Constructor Summary
ValidationException(String message)
          Creates a new ValidationException instance.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.