de.jstacs.parameters
Class SimpleParameter.IllegalValueException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.jstacs.parameters.ParameterException
              extended by de.jstacs.parameters.SimpleParameter.IllegalValueException
All Implemented Interfaces:
Serializable
Enclosing class:
SimpleParameter

public static class SimpleParameter.IllegalValueException
extends ParameterException

This exception is thrown if a parameter is not valid.

Author:
Jan Grau
See Also:
Serialized Form

Constructor Summary
SimpleParameter.IllegalValueException(String reason)
          Creates a new SimpleParameter.IllegalValueException with the reason of the exception reason as error message.
 
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

SimpleParameter.IllegalValueException

public SimpleParameter.IllegalValueException(String reason)
Creates a new SimpleParameter.IllegalValueException with the reason of the exception reason as error message.

Parameters:
reason - the reason to give as error message