Class FormFunctionParseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.xima.fc.placeholder.parser.form_function.FormFunctionParseException
All Implemented Interfaces:
Serializable

public final class FormFunctionParseException extends Exception
Exception thrown when a form function could not be parsed when it is syntactically invalid.
Since:
7.4.0
Author:
XIMA MEDIA GmbH
See Also:
  • Constructor Details

    • FormFunctionParseException

      public FormFunctionParseException(int position, String message)
      Parameters:
      position - Position in the expression to parse where the error occurred.
      message - Message describing the error in more detail.
    • FormFunctionParseException

      public FormFunctionParseException(int position, String message, Throwable cause)
      Parameters:
      position - Position in the expression to parse where the error occurred.
      message - Message describing the error in more detail.
      cause - Underlying cause of the error.
  • Method Details

    • getPosition

      public int getPosition()