com.jcorporate.expresso.core.controller
Class ValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.jcorporate.expresso.kernel.exception.ChainedException
com.jcorporate.expresso.core.controller.ValidationException
- All Implemented Interfaces:
- Serializable
- public class ValidationException
- extends ChainedException
Exception thrown during validation of user form input.
Creation date: (8/29/00 2:54:18 PM)
- Author:
- Adam Rossi, PlatinumSolutions
- See Also:
- Serialized Form
ValidationException
public ValidationException()
- ValidationException constructor comment.
ValidationException
public ValidationException(String s)
- ValidationException constructor comment.
- Parameters:
s - java.lang.String
ValidationException
public ValidationException(String s,
Throwable t)
ValidationException
public ValidationException(Throwable t)
Please see www.jcorporate.com for information about new Expresso releases.