Serialized Form


Package lmf.formula.csp.lexer

Class lmf.formula.csp.lexer.LexerException extends java.lang.Exception implements Serializable


Package lmf.formula.csp.parser

Class lmf.formula.csp.parser.ParserException extends java.lang.Exception implements Serializable

Serialized Fields

token

Token token

Package lmf.formula.csp.semantic.exception

Class lmf.formula.csp.semantic.exception.CspAnalyserException extends java.lang.RuntimeException implements Serializable

Serialized Fields

location

Location location

node

Node node

Class lmf.formula.csp.semantic.exception.CspBoundedNameException extends CspAnalyserException implements Serializable

serialVersionUID: 5251452782501902455L

Serialized Fields

boundedName

java.lang.String boundedName

Class lmf.formula.csp.semantic.exception.CspTypeException extends CspAnalyserException implements Serializable

serialVersionUID: -8698766713004093332L

Serialized Fields

expectedType

CspType expectedType

foundType

CspType foundType

Class lmf.formula.csp.semantic.exception.CspUnboundNameException extends CspAnalyserException implements Serializable

serialVersionUID: 6475312879036314113L

Serialized Fields

unboundName

java.lang.String unboundName