Uses of Package
org.extex.ocpware.compiler.exception

Packages that use org.extex.ocpware.compiler.exception
org.extex.ocpware.compiler.arith This package contains arithmetic expression classes for compiling OCPs. 
org.extex.ocpware.compiler.exception This package contains exceptions for compiling OCPs. 
org.extex.ocpware.compiler.expression   
org.extex.ocpware.compiler.left This package contains the left term classes for compiling OCPs. 
org.extex.ocpware.compiler.parser This package contains some utility classes for compiling OCPs. 
org.extex.ocpware.compiler.sexpression This package contains some string expression classes for compiling OCPs. 
org.extex.ocpware.compiler.state This package contains some state classes for compiling OCPs. 
 

Classes in org.extex.ocpware.compiler.exception used by org.extex.ocpware.compiler.arith
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.
SyntaxException
          This exception class signals the occurrence of a syntax error.
TableNotDefinedException
          This exception signals that a table has been encountered which is not defined.
 

Classes in org.extex.ocpware.compiler.exception used by org.extex.ocpware.compiler.exception
SyntaxException
          This exception class signals the occurrence of a syntax error.
 

Classes in org.extex.ocpware.compiler.exception used by org.extex.ocpware.compiler.expression
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.
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.
TableNotDefinedException
          This exception signals that a table has been encountered which is not defined.
 

Classes in org.extex.ocpware.compiler.exception used by org.extex.ocpware.compiler.left
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.
SyntaxException
          This exception class signals the occurrence of a syntax error.
TableNotDefinedException
          This exception signals that a table has been encountered which is not defined.
 

Classes in org.extex.ocpware.compiler.exception used by org.extex.ocpware.compiler.parser
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.
 

Classes in org.extex.ocpware.compiler.exception used by org.extex.ocpware.compiler.sexpression
ArgmentTooBigException
          This exception indicates that an argument has been encountered which does not fit into the 24 bits of an ΩCP register.
SyntaxException
          This exception class signals the occurrence of a syntax error.
TableNotDefinedException
          This exception signals that a table has been encountered which is not defined.
 

Classes in org.extex.ocpware.compiler.exception used by org.extex.ocpware.compiler.state
ArgmentTooBigException
          This exception indicates that an argument has been encountered which does not fit into the 24 bits of an ΩCP register.
StateNotDefinedException
          This exception signals that a state has been encountered which is not defined.