dochelper.exceptions
Class MissingArgumentException

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

public class MissingArgumentException
extends java.lang.Exception

The class MissingArgumentException. indicates the condition when parameters are missing from a RecordSet prior to initialization.

See Also:
Serialized Form

Field Summary
private  java.lang.String _argumentName
           
 
Constructor Summary
MissingArgumentException(java.lang.String argumentName)
          Creates a new instance of MissingArgumentException
 
Method Summary
 java.lang.String getArgumentName()
          Indicates which arguments are missing
 
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

_argumentName

private java.lang.String _argumentName
Constructor Detail

MissingArgumentException

public MissingArgumentException(java.lang.String argumentName)
Creates a new instance of MissingArgumentException

Parameters:
argumentName -
Method Detail

getArgumentName

public java.lang.String getArgumentName()
Indicates which arguments are missing

Returns: