sofya.ed
Class ParameterValueAbsentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by sofya.ed.ParameterValueAbsentException
All Implemented Interfaces:
java.io.Serializable

public class ParameterValueAbsentException
extends java.lang.RuntimeException

Indicates that a required parameter value was not provided to a command line parameter.

@author Alex Kinneer

@version 03/16/2006

See Also:
Serialized Form

Constructor Summary
ParameterValueAbsentException()
           
ParameterValueAbsentException(java.lang.String message)
           
ParameterValueAbsentException(java.lang.String message, java.lang.Throwable cause)
           
ParameterValueAbsentException(java.lang.Throwable cause)
           
 
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

ParameterValueAbsentException

public ParameterValueAbsentException()

ParameterValueAbsentException

public ParameterValueAbsentException(java.lang.String message)

ParameterValueAbsentException

public ParameterValueAbsentException(java.lang.Throwable cause)

ParameterValueAbsentException

public ParameterValueAbsentException(java.lang.String message,
                                     java.lang.Throwable cause)