|
|||||||||
| Home >> All >> pgj >> [ parse overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
pgj.parse
Class ParsingException

java.lang.Objectjava.lang.Throwable
java.lang.Exception
pgj.parse.ParsingException
- All Implemented Interfaces:
- java.io.Serializable
- public class ParsingException
- extends java.lang.Exception
| Nested Class Summary |
| Nested classes inherited from class java.lang.Throwable |
|
| Field Summary | |
private int[] |
expectedTypes
|
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
| Constructor Summary | |
ParsingException(int[] expectedTypes)
|
|
| Method Summary | |
int |
getExpectedType(int index)
|
int |
getExpectedTypesCount()
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, 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 |
| Field Detail |
expectedTypes
private int[] expectedTypes
| Constructor Detail |
ParsingException
public ParsingException(int[] expectedTypes)
| Method Detail |
getExpectedType
public int getExpectedType(int index)
getExpectedTypesCount
public int getExpectedTypesCount()
|
|||||||||
| Home >> All >> pgj >> [ parse overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC