| Exception | Description |
|---|---|
| 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.
|
| FrinkException |
This is an abstract base class that is the superclass for all exceptions
thrown from Frink.
|
| 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.
|