Class InfixExpressionException

  • All Implemented Interfaces:
    Serializable

    public class InfixExpressionException
    extends Exception
    An exception that is thrown when an infix expression could not be processed.
    Since:
    7.0.0
    Author:
    XIMA MEDIA GmbH
    See Also:
    Serialized Form
    • Method Detail

      • getMessageParams

        public Serializable[] getMessageParams()
        Returns:
        The message parameters that were used to create the localized message.
      • getMessageTemplate

        public String getMessageTemplate()
        Returns:
        The message template that was used to create the localized message.
      • getSourcePosition

        public ISourcePosition getSourcePosition()
        Returns:
        The position in the source code most likely responsible for this exception.