public class UnexpectedTypeException extends FrinkConversionException
| Constructor and Description |
|---|
UnexpectedTypeException(java.lang.String variable,
frink.numeric.Numeric num,
java.lang.String unit,
frink.numeric.NumericException ne)
Construct an UnexpectedTypeException with the specified math exception
|
UnexpectedTypeException(java.lang.String variable,
java.lang.String expected,
frink.expr.Expression actual,
frink.expr.Environment env)
Construct an UnexpectedTypeException with the specified message.
|
toStringpublic UnexpectedTypeException(java.lang.String variable,
java.lang.String expected,
frink.expr.Expression actual,
frink.expr.Environment env)
public UnexpectedTypeException(java.lang.String variable,
frink.numeric.Numeric num,
java.lang.String unit,
frink.numeric.NumericException ne)