Package frink.errors

Unified exceptions and errors for the Frink language.

See:
          Description

Exception Summary
FrinkConversionException This is an abstract base class that indicates a conversion error has occurred when calling Frink's Java integration methods.
FrinkEvaluationException This class is thrown by the parser and integration methods to indicate that an error occurred during evaluation or parsing of a Frink program or expression.
UnexpectedTypeException This class represents an exception which is thrown when one of the getter or setter methods expects a value that can't be converted to that type.
UnknownUnitException This is an exception that is thrown when an unknown unit is requested from Frink's Java integration methods.
UnknownVariableException This is an exception that is thrown when an unknown variable is requested and the return type of the method doesn't allow us to return null.
 

Package frink.errors Description

Unified exceptions and errors for the Frink language.