org.dbforms.config
Class ValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.dbforms.config.ValidationException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- MultipleValidationException
public class ValidationException
- extends Exception
this exception may be thrown by user code in classes implementing the
interceptor interface
- Author:
- joe peer
- 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(String message)
- Creates a new ValidationException object.
- Parameters:
message
- DOCUMENT ME!
ValidationException
public ValidationException()
- Creates a new ValidationException object.
Copyright © 2002-2006 DbForms. All Rights Reserved.