java.lang.Objectjava.lang.Throwable
java.lang.Error
com.lowagie.text.pdf.codec.postscript.TokenMgrError
All Implemented Interfaces:
Serializable
| Field Summary | ||
|---|---|---|
| static final int | LEXICAL_ERROR | Lexical error occured. |
| static final int | STATIC_LEXER_ERROR | An attempt wass made to create a second instance of a static token manager. |
| static final int | INVALID_LEXICAL_STATE | Tried to change to an invalid lexical state. |
| static final int | LOOP_DETECTED | Detected (and bailed out of) an infinite loop in the token manager. |
| int | errorCode | Indicates the reason why the exception is thrown. It will have one of the above 4 values. |
| Constructor: |
|---|
|
|
|
| Method from com.lowagie.text.pdf.codec.postscript.TokenMgrError Summary: |
|---|
| addEscapes, getMessage |
| Methods from java.lang.Throwable: |
|---|
| fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from com.lowagie.text.pdf.codec.postscript.TokenMgrError Detail: |
|---|
|
|