Class FeelException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
FeelConvertException, FeelMethodInvocationException, FeelMissingFunctionException, FeelMissingVariableException, FeelSyntaxException

public class FeelException extends RuntimeException
Exception which is thrown if a error occurs during the evaluation of a FEEL expression.
See Also:
  • Constructor Details

    • FeelException

      public FeelException(String message)
    • FeelException

      public FeelException(String message, Throwable cause)