railo.runtime.sql.old
Class ParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by railo.runtime.sql.old.ParseException
All Implemented Interfaces:
Serializable

public final class ParseException
extends Exception

See Also:
Serialized Form

Field Summary
 Token currentToken
           
 int[][] expectedTokenSequences
           
 String[] tokenImage
           
 
Constructor Summary
ParseException()
           
ParseException(String s)
           
ParseException(Token token, int[][] ai, String[] as)
           
 
Method Summary
 String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

currentToken

public Token currentToken

expectedTokenSequences

public int[][] expectedTokenSequences

tokenImage

public String[] tokenImage
Constructor Detail

ParseException

public ParseException(Token token,
                      int[][] ai,
                      String[] as)

ParseException

public ParseException()

ParseException

public ParseException(String s)
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable


Copyright © 2012 Railo