org.dbforms.config
Class ValidationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
ValidationException()
          Creates a new ValidationException object.
ValidationException(String message)
          Creates a new ValidationException object.
 
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(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.