org.ow2.opensuit.cel.impl.tree.impl
Class Parser.ParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ow2.opensuit.cel.impl.tree.impl.Parser.ParseException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Parser

public static class Parser.ParseException
extends java.lang.Exception

Parse exception type

See Also:
Serialized Form

Constructor Summary
Parser.ParseException(int position, java.lang.String encountered, java.lang.String expected)
           
 
Method Summary
 java.lang.String getEncountered()
           
 java.lang.String getExpected()
           
 int getPosition()
           
 
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
 

Constructor Detail

Parser.ParseException

public Parser.ParseException(int position,
                             java.lang.String encountered,
                             java.lang.String expected)
Method Detail

getPosition

public int getPosition()

getEncountered

public java.lang.String getEncountered()

getExpected

public java.lang.String getExpected()


Copyright © 2008-2010 eBMWebsourcing. All Rights Reserved.