de.odysseus.el.tree.impl
Class Parser.ParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.odysseus.el.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
 
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)

Copyright © 2006-2009 Odysseus Software GmbH.