Serialized Form


Package frink.errors

Class frink.errors.ConformanceException extends FrinkException implements Serializable

Serialized Fields

dimension1

frink.units.DimensionList dimension1

dimension2

frink.units.DimensionList dimension2

Class frink.errors.FrinkConversionException extends FrinkException implements Serializable

Class frink.errors.FrinkEvaluationException extends FrinkException implements Serializable

Class frink.errors.FrinkException extends java.lang.Exception implements Serializable

Class frink.errors.NotAnIntegerException extends frink.numeric.NumericException implements Serializable

Class frink.errors.NotComparableException extends frink.numeric.NumericException implements Serializable

Class frink.errors.NotRealException extends frink.numeric.NumericException implements Serializable

Class frink.errors.UnexpectedTypeException extends FrinkConversionException implements Serializable

Class frink.errors.UnknownUnitException extends FrinkConversionException implements Serializable

Class frink.errors.UnknownVariableException extends FrinkConversionException implements Serializable


Package frink.parser

Class frink.parser.AlreadyIncludedException extends frink.parser.IncludeException implements Serializable

Class frink.parser.CannotIncludeException extends frink.parser.IncludeException implements Serializable

Serialized Fields

fileName

java.lang.String fileName

reason

java.lang.String reason

Class frink.parser.IncludeException extends frink.parser.ParsingException implements Serializable

Class frink.parser.LexerException extends frink.parser.ParsingException implements Serializable

Class frink.parser.ParsingException extends FrinkException implements Serializable

Class frink.parser.UnterminatedLiteralException extends frink.parser.LexerException implements Serializable