Package org.extex.ocpware.compiler.exception

This package contains exceptions for compiling OCPs.

See:
          Description

Exception Summary
AliasDefinedException This exception signals that an alias has been encountered which is not defined.
AliasNotDefinedException This exception signals that an alias has been encountered which is not defined.
ArgmentTooBigException This exception indicates that an argument has been encountered which does not fit into the 24 bits of an ΩCP register.
IllegalOpcodeException This exception indicates that an op code of an ΩCP instruction has been encountered which is not defined.
MissingExpressionsException This exception signals that the file doe not contain an expressions section.
StateDefinedException This exception signals that a definition of a state has been encountered which is already defined.
StateNotDefinedException This exception signals that a state has been encountered which is not defined.
SyntaxException This exception class signals the occurrence of a syntax error.
TableDefinedException This exception signals that a definition of a table has been encountered which is already defined.
TableNotDefinedException This exception signals that a table has been encountered which is not defined.
UnexpectedException This exception class signals the occurrence of a syntax error.
 

Package org.extex.ocpware.compiler.exception Description

This package contains exceptions for compiling OCPs.