Uses of Class
org.camunda.bpm.dmn.feel.impl.juel.FeelConvertException
-
Packages that use FeelConvertException Package Description org.camunda.bpm.dmn.feel.impl.juel -
-
Uses of FeelConvertException in org.camunda.bpm.dmn.feel.impl.juel
Methods in org.camunda.bpm.dmn.feel.impl.juel that return FeelConvertException Modifier and Type Method Description FeelConvertException
FeelEngineLogger. unableToConvertValue(Object value, Class<?> type)
FeelConvertException
FeelEngineLogger. unableToConvertValue(Object value, Class<?> type, Throwable cause)
FeelConvertException
FeelEngineLogger. unableToConvertValue(String feelExpression, FeelConvertException cause)
Methods in org.camunda.bpm.dmn.feel.impl.juel with parameters of type FeelConvertException Modifier and Type Method Description FeelConvertException
FeelEngineLogger. unableToConvertValue(String feelExpression, FeelConvertException cause)
Constructors in org.camunda.bpm.dmn.feel.impl.juel with parameters of type FeelConvertException Constructor Description FeelConvertException(String message, FeelConvertException convertException)
-