Expresso 5-6

com.jcorporate.expresso.core.controller
Class ValidationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.jcorporate.expresso.kernel.exception.ChainedException
              extended bycom.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

Constructor Summary
ValidationException()
          ValidationException constructor comment.
ValidationException(String s)
          ValidationException constructor comment.
ValidationException(String s, Throwable t)
           
ValidationException(Throwable t)
           
 
Methods inherited from class com.jcorporate.expresso.kernel.exception.ChainedException
getErrorNumber, getMessage, getNested, omitPackages, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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()
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)

Expresso 5-6

Please see www.jcorporate.com for information about new Expresso releases.