Class FeelSyntaxException

  • All Implemented Interfaces:
    java.io.Serializable

    public class FeelSyntaxException
    extends FeelException
    Exception thrown if the syntax of a FEEL expression is invalid.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String description  
      protected java.lang.String feelExpression  
    • Constructor Summary

      Constructors 
      Constructor Description
      FeelSyntaxException​(java.lang.String message, java.lang.String feelExpression, java.lang.String description)  
      FeelSyntaxException​(java.lang.String message, java.lang.String feelExpression, java.lang.String description, java.lang.Throwable cause)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDescription()  
      java.lang.String getFeelExpression()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • feelExpression

        protected java.lang.String feelExpression
      • description

        protected java.lang.String description
    • Constructor Detail

      • FeelSyntaxException

        public FeelSyntaxException​(java.lang.String message,
                                   java.lang.String feelExpression,
                                   java.lang.String description)
      • FeelSyntaxException

        public FeelSyntaxException​(java.lang.String message,
                                   java.lang.String feelExpression,
                                   java.lang.String description,
                                   java.lang.Throwable cause)
    • Method Detail

      • getFeelExpression

        public java.lang.String getFeelExpression()
      • getDescription

        public java.lang.String getDescription()