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

Constructor Index

 o MissingEvaluatorException()
Create an MissingEvaluatorException with an empty message.
 o MissingEvaluatorException(String)
Create an MissingEvaluatorException with the specified message.

Constructors

 o MissingEvaluatorException
 public MissingEvaluatorException()
Create an MissingEvaluatorException with an empty message.

 o 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