All Packages Class Hierarchy This Package Previous Next Index
Class gpsys.MissingEvaluatorException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----gpsys.GPException
|
+----gpsys.EvaluationException
|
+----gpsys.MissingEvaluatorException
- public class MissingEvaluatorException
- extends EvaluationException
An MissingEvaluatorException is generated when an evaluate method of the
class Function or Terminal has been invoked. The classes Function and
Terminal are abstract and hence should never have their evaluation methods
called. This can happen if evaluation method being invoked has not been
definde in a Function or Terminal subclass.
- Author:
- Adil Qureshi
Department of Computer Science,
University College London,
Gower St,
London WC1E 6BT,
UK.
- See Also:
- EvaluationException, Terminal, Function
-
MissingEvaluatorException()
- Create an MissingEvaluatorException with an empty message.
-
MissingEvaluatorException(String)
- Create an MissingEvaluatorException with the specified message.
MissingEvaluatorException
public MissingEvaluatorException()
- Create an MissingEvaluatorException with an empty message.
MissingEvaluatorException
public MissingEvaluatorException(String message)
- Create an MissingEvaluatorException with the specified message.
- Parameters:
- message - a message describing the the exception.
All Packages Class Hierarchy This Package Previous Next Index