|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
org.extex.ocpware.exception.OcpException
org.extex.ocpware.engine.IllegalTableItemException
public class IllegalTableItemException
This exception signals that an illegal table item index in an ΩCP program has been encountered.
Constructor Summary | |
---|---|
IllegalTableItemException(int item)
Creates a new object. |
Method Summary |
---|
Methods inherited from class org.extex.ocpware.exception.OcpException |
---|
getLocalizedMessage |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public IllegalTableItemException(int item)
item
- the illegal table item index
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |