Class FeelConvertException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.camunda.bpm.dmn.feel.impl.FeelException
org.camunda.bpm.dmn.feel.impl.juel.FeelConvertException
All Implemented Interfaces:
Serializable

public class FeelConvertException extends org.camunda.bpm.dmn.feel.impl.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()