edu.jhu.ece.iacl.jist.pipeline.parameter
Class InvalidParameterValueException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by edu.jhu.ece.iacl.jist.pipeline.parameter.InvalidParameterValueException
All Implemented Interfaces:
java.io.Serializable

public class InvalidParameterValueException
extends java.lang.RuntimeException

Invalid Parameter Value Exception is thrown when the setValue() method is used for an invalid data type.

Author:
Blake Lucas
See Also:
Serialized Form

Constructor Summary
InvalidParameterValueException(ParamModel model, java.lang.Object o)
          Instantiates a new invalid parameter value exception.
 
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

InvalidParameterValueException

public InvalidParameterValueException(ParamModel model,
                                      java.lang.Object o)
Instantiates a new invalid parameter value exception.

Parameters:
model - the model
o - the o