com.opensymphony.xwork2.validator
Class ValidationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.opensymphony.xwork2.validator.ValidationException
All Implemented Interfaces:
Serializable

public class ValidationException
extends Exception

ValidationException.

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.
 
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()
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.


Copyright © 2009 OpenSymphony. All Rights Reserved.