Class FeelConvertException

All Implemented Interfaces:
Serializable

public class FeelConvertException extends FeelException
Exception thrown if a invalid type conversion occurs in a FEEL expression.
See Also:
  • Field Details

    • value

      protected Object value
    • type

      protected Class<?> type
  • Constructor Details

  • Method Details

    • getValue

      public Object getValue()
    • getType

      public Class<?> getType()