com.opensymphony.xwork2.validator
Class ValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.opensymphony.xwork2.validator.ValidationException
- All Implemented Interfaces:
- Serializable
public class ValidationException
- extends Exception
ValidationException.
- Author:
- Jason Carreira
- 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()
- 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 © 2000-2008 Apache Software Foundation. All Rights Reserved.