org.omegahat.Numerics.Optimizers
Class ModelEvaluationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.omegahat.Numerics.Optimizers.ModelEvaluationException
All Implemented Interfaces:
java.io.Serializable

public class ModelEvaluationException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
ModelEvaluationException()
           
ModelEvaluationException(java.lang.String s)
           
 
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

ModelEvaluationException

public ModelEvaluationException()

ModelEvaluationException

public ModelEvaluationException(java.lang.String s)