org.apache.turbine.services.intake.validator
Class ValidationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.commons.lang.exception.NestableException
              extended byorg.apache.turbine.util.TurbineException
                  extended byorg.apache.turbine.services.intake.IntakeException
                      extended byorg.apache.turbine.services.intake.validator.ValidationException
All Implemented Interfaces:
org.apache.commons.lang.exception.Nestable, java.io.Serializable

public class ValidationException
extends IntakeException

An Exception to mark a failed validation

Version:
$Id: ValidationException.java 534527 2007-05-02 16:10:59Z tv $
Author:
John McNally, Quinton McCombs
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.commons.lang.exception.NestableException
delegate
 
Constructor Summary
ValidationException(java.lang.String message)
          Creates a new ValidationException instance.
 
Methods inherited from class org.apache.commons.lang.exception.NestableException
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ValidationException

public ValidationException(java.lang.String message)
Creates a new ValidationException instance.

Parameters:
message - describing the reason validation failed.


Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.