|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--gpsys.GPException
|
+--gpsys.EvaluationException
|
+--gpsys.MissingEvaluatorException
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.
EvaluationException,
Terminal,
Function, Serialized Form| Fields inherited from class java.lang.Throwable |
backtrace,
detailMessage,
serialVersionUID |
| Constructor Summary | |
MissingEvaluatorException()
Create an MissingEvaluatorException with an empty message. |
|
MissingEvaluatorException(java.lang.String message)
Create an MissingEvaluatorException with the specified message. |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getLocalizedMessage,
getMessage,
printStackTrace,
printStackTrace,
printStackTrace,
printStackTrace0,
toString |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public MissingEvaluatorException()
public MissingEvaluatorException(java.lang.String message)
message - a message describing the the exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||