rtpi
Class IllegalValueException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--rtpi.IllegalValueException

public class IllegalValueException
extends java.lang.Exception

This Exception is thrown when a parameter of the called method does not contain a valid value.

Author:
Martin Mauve
See Also:
Serialized Form

Constructor Summary
IllegalValueException()
          This creates an instance of the exception.
IllegalValueException(java.lang.String descr)
          This creates an instance of the exception.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IllegalValueException

public IllegalValueException(java.lang.String descr)
This creates an instance of the exception.
Parameters:
descr - A string describing the reason for the exception.

IllegalValueException

public IllegalValueException()
This creates an instance of the exception.