org.camunda.bpm.dmn.feel.impl.juel
Class FeelConvertException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.camunda.bpm.dmn.feel.impl.FeelException
                  extended by 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

Field Summary
protected  Class<?> type
           
protected  Object value
           
 
Constructor Summary
FeelConvertException(String message, FeelConvertException convertException)
           
FeelConvertException(String message, Object value, Class<?> type)
           
FeelConvertException(String message, Object value, Class<?> type, Throwable cause)
           
 
Method Summary
 Class<?> getType()
           
 Object getValue()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

value

protected Object value

type

protected Class<?> type
Constructor Detail

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)
Method Detail

getValue

public Object getValue()

getType

public Class<?> getType()


Copyright © 2017 camunda services GmbH. All rights reserved.