|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OcpException | |
|---|---|
| org.extex.ocpware.compiler.exception | This package contains exceptions for compiling OCPs. |
| org.extex.ocpware.engine | This package contains the engine for interpreting ΩCP programs. |
| Uses of OcpException in org.extex.ocpware.compiler.exception |
|---|
| Subclasses of OcpException in org.extex.ocpware.compiler.exception | |
|---|---|
class |
AliasDefinedException
This exception signals that an alias has been encountered which is not defined. |
class |
AliasNotDefinedException
This exception signals that an alias has been encountered which is not defined. |
class |
MissingExpressionsException
This exception signals that the file doe not contain an expressions section. |
class |
StateDefinedException
This exception signals that a definition of a state has been encountered which is already defined. |
class |
StateNotDefinedException
This exception signals that a state has been encountered which is not defined. |
class |
SyntaxException
This exception class signals the occurrence of a syntax error. |
class |
TableDefinedException
This exception signals that a definition of a table has been encountered which is already defined. |
class |
TableNotDefinedException
This exception signals that a table has been encountered which is not defined. |
class |
UnexpectedException
This exception class signals the occurrence of a syntax error. |
| Uses of OcpException in org.extex.ocpware.engine |
|---|
| Subclasses of OcpException in org.extex.ocpware.engine | |
|---|---|
class |
CharacterOutOfRangeException
This exception signals that an attempt has been made to translate an integer into a char which does not fit. |
class |
IllegalOpCodeException
This exception signals that an illegal op code for an ΩCP instruction has been encountered. |
class |
IllegalPcException
This exception signals that an illegal program counter an ΩCP program has been encountered. |
class |
IllegalStateException
This exception signals that an illegal state index an ΩCP program has been encountered. |
class |
IllegalTableException
This exception signals that an illegal table index an ΩCP program has been encountered. |
class |
IllegalTableItemException
This exception signals that an illegal table item index in an ΩCP program has been encountered. |
class |
OcpEmptyStackException
This exception signals that an access to an empty stack in an ΩCP program has been encountered. |
class |
OcpLineOverflowException
This exception signals that an access to an empty stack in an ΩCP program has been encountered. |
class |
OcpLineUnderflowException
This exception signals that an access to an empty stack in an ΩCP program has been encountered. |
class |
UnsupportedOutputException
This exception signals that an illegal state index has been encountered in an ΩCP program. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||