Class 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:
    Serialized Form
    • Field Detail

      • value

        protected Object value
      • type

        protected Class<?> type
    • Method Detail

      • getValue

        public Object getValue()
      • getType

        public Class<?> getType()