org.camunda.bpm.engine.impl.juel
Class Parser.ParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.camunda.bpm.engine.impl.juel.Parser.ParseException
All Implemented Interfaces:
Serializable
Enclosing class:
Parser

public static class Parser.ParseException
extends Exception

Parse exception type

See Also:
Serialized Form

Constructor Summary
Parser.ParseException(int position, String encountered, 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,
                             String encountered,
                             String expected)


Copyright © 2016 camunda services GmbH. All rights reserved.