Uses of Class
org.camunda.bpm.client.exception.DataFormatException
Packages that use DataFormatException
Package
Description
-
Uses of DataFormatException in org.camunda.bpm.client.variable.impl.format.json
Methods in org.camunda.bpm.client.variable.impl.format.json that return DataFormatExceptionModifier and TypeMethodDescriptionJacksonJsonLogger.unableToConstructJavaType
(String fromString, Exception cause) JacksonJsonLogger.unableToDetectCanonicalType
(Object parameter) JacksonJsonLogger.unableToReadValue
(String value, Exception e) JacksonJsonLogger.unableToWriteValue
(Object input, Exception cause) -
Uses of DataFormatException in org.camunda.bpm.client.variable.impl.format.serializable
Methods in org.camunda.bpm.client.variable.impl.format.serializable that return DataFormatExceptionModifier and TypeMethodDescriptionSerializableLogger.classNotFound
(ClassNotFoundException cause) SerializableLogger.unableToReadValue
(String value, Exception e) SerializableLogger.unableToWriteValue
(Object input, Exception cause) -
Uses of DataFormatException in org.camunda.bpm.client.variable.impl.format.xml
Methods in org.camunda.bpm.client.variable.impl.format.xml that return DataFormatExceptionModifier and TypeMethodDescriptionDomXmlLogger.classNotFound
(String classname, ClassNotFoundException cause) DomXmlLogger.unableToCreateContext
(Throwable cause) DomXmlLogger.unableToCreateMarshaller
(Throwable cause) DomXmlLogger.unableToCreateParser
(Exception cause) DomXmlLogger.unableToCreateTransformer
(Exception cause) DomXmlLogger.unableToCreateUnmarshaller
(Throwable cause) DomXmlLogger.unableToDeserialize
(Object node, String canonicalClassName, Throwable cause) DomXmlLogger.unableToParseInput
(Exception e) DomXmlLogger.unableToTransformElement
(Node element, Exception cause) DomXmlLogger.unableToWriteInput
(Object parameter, Throwable cause)