sofya.ed
Class BadParameterValueException

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

public class BadParameterValueException
extends java.lang.RuntimeException

Indicates that a bad value was provided to a command line parameter.

Version:
03/16/2006
Author:
Alex Kinneer
See Also:
Serialized Form

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

BadParameterValueException

public BadParameterValueException()

BadParameterValueException

public BadParameterValueException(java.lang.String message)

BadParameterValueException

public BadParameterValueException(java.lang.Throwable cause)

BadParameterValueException

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