Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

pgj.parse
Class ParsingException  view ParsingException download ParsingException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bypgj.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()