Class Parser.ParseException

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

public static class Parser.ParseException extends Exception
Parse exception type
See Also:
  • Constructor Details

    • ParseException

      public ParseException(int position, String encountered, String expected)