evSOLve.JEvolution
Class InvalidParamException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--evSOLve.JEvolution.InvalidParamException
All Implemented Interfaces:
java.io.Serializable

public class InvalidParamException
extends java.lang.Exception

This exception class handles invalid JEvolution parameters.

Version:
0.2
Author:
Helmut A. Mayer
See Also:
Serialized Form

Constructor Summary
InvalidParamException(java.lang.String thatsWrong, java.lang.Number value)
           
 
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

InvalidParamException

public InvalidParamException(java.lang.String thatsWrong,
                             java.lang.Number value)