Class EvalError
TopLevel
Class EvalError
Represents an evaluation error.
Constructor Summary
EvalError()
Constructs the error.
EvalError(msg : String)
Constructs the error with the specified message.
Method Summary
Methods inherited from class Error
Constructor Detail
EvalError
public EvalError()
Constructs the error.

EvalError
public EvalError(msg : String)
Constructs the error with the specified message.
Parameters:
msg - the evaluation error message.