de.jstacs.algorithms.optimization
Class EvaluationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.jstacs.algorithms.optimization.EvaluationException
All Implemented Interfaces:
Serializable

public class EvaluationException
extends Exception

This class indicates that there was a problem to evaluate a function or the gradient of the function.

Author:
Jens Keilwagen
See Also:
Serialized Form

Constructor Summary
EvaluationException(String message)
          This constructor creates an EvaluationException with given 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

EvaluationException

public EvaluationException(String message)
This constructor creates an EvaluationException with given error message.

Parameters:
message - the error message