com.opensymphony.xwork.validator
Class ValidationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.opensymphony.xwork.validator.ValidationException
All Implemented Interfaces:
Serializable

public class ValidationException
extends Exception

ValidationException Created : Jan 20, 2003 11:45:07 PM

Author:
Jason Carreira
See Also:
Serialized Form

Constructor Summary
ValidationException()
          Constructs an Exception with no specified detail message.
ValidationException(String s)
          Constructs an Exception with the specified detail message.
 
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()
Constructs an Exception with no specified detail message.


ValidationException

public ValidationException(String s)
Constructs an Exception with the specified detail message.

Parameters:
s - the detail message.

XWork Project Page