dochelper.exceptions
Class InvalidValueException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by dochelper.exceptions.InvalidValueException
All Implemented Interfaces:
java.io.Serializable

public class InvalidValueException
extends java.lang.Exception

The class InvalidValueException. indicates the condition when an invalid value is passed to or used. It indicates a logical error during the creation or execution of a RecordSet.

See Also:
Serialized Form

Constructor Summary
InvalidValueException()
          Creates a new instance of InvalidValueException
 
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

InvalidValueException

public InvalidValueException()
Creates a new instance of InvalidValueException