Class 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:
    Serialized Form
    • Constructor Detail

      • 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 Detail

      • getPosition

        public int getPosition()