Class ExpressionNotSupportedException

    • Constructor Detail

      • ExpressionNotSupportedException

        public ExpressionNotSupportedException​(String expression)
        Constructor.
        Parameters:
        expression - expression attempted to be used
    • Method Detail

      • getExpression

        public String getExpression()
      • fromExpression

        public static ExpressionNotSupportedException fromExpression​(String expression)
        Error for when a expression is not yet supported.
        Parameters:
        expression - expression not handled
        Returns:
        Exception