dochelper.exceptions
Class IllegalParamterTypeException

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

public class IllegalParamterTypeException
extends java.lang.Exception

The class Illegal Paramter Type Exception. indicates the condition when an illegal typed parameter has been passed to a Record Set

See Also:
Serialized Form

Field Summary
private  java.lang.String _paramName
           
 
Constructor Summary
IllegalParamterTypeException(java.lang.String paramName)
          Creates a new instance of IllegalType
 
Method Summary
 java.lang.String getParamName()
          Fetch the Paramter Name for which the value passed was invalid.
 
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
 

Field Detail

_paramName

private java.lang.String _paramName
Constructor Detail

IllegalParamterTypeException

public IllegalParamterTypeException(java.lang.String paramName)
Creates a new instance of IllegalType

Parameters:
paramName -
Method Detail

getParamName

public java.lang.String getParamName()
Fetch the Paramter Name for which the value passed was invalid.

Returns: