All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class gpsys.EvaluationException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----gpsys.GPException
                           |
                           +----gpsys.EvaluationException

public class EvaluationException
extends GPException
The root of all evaluation exceptions. This class should be subclassed to create exceptions that can be generated by functions por terminals during evalution.

Author:
Adil Qureshi
Department of Computer Science,
University College London,
Gower St,
London WC1E 6BT,
UK.
See Also:
DivideByZeroException, MissingEvaluatorException, GPException, Terminal, Function

Constructor Index

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

Constructors

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

 o EvaluationException
 public EvaluationException(String message)
Create an EvaluationException with the specified message.

Parameters:
message - a message describing the the exception.

All Packages  Class Hierarchy  This Package  Previous  Next  Index