org.camunda.bpm.dmn.feel.impl.juel
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 FeelException
Exception thrown if a invalid type conversion occurs in a FEEL expression.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
value
protected Object value
type
protected Class<?> type
FeelConvertException
public FeelConvertException(String message,
Object value,
Class<?> type)
FeelConvertException
public FeelConvertException(String message,
Object value,
Class<?> type,
Throwable cause)
FeelConvertException
public FeelConvertException(String message,
FeelConvertException convertException)
getValue
public Object getValue()
getType
public Class<?> getType()
Copyright © 2017 camunda services GmbH. All rights reserved.