Uses of Class
org.camunda.bpm.client.exception.DataFormatException
-
-
Uses of DataFormatException in org.camunda.bpm.client.variable.impl.format.json
Methods in org.camunda.bpm.client.variable.impl.format.json that return DataFormatException Modifier and Type Method Description DataFormatExceptionJacksonJsonLogger. unableToConstructJavaType(java.lang.String fromString, java.lang.Exception cause)DataFormatExceptionJacksonJsonLogger. unableToDetectCanonicalType(java.lang.Object parameter)DataFormatExceptionJacksonJsonLogger. unableToReadValue(java.lang.String value, java.lang.Exception e)DataFormatExceptionJacksonJsonLogger. unableToWriteValue(java.lang.Object input, java.lang.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 DataFormatException Modifier and Type Method Description DataFormatExceptionSerializableLogger. classNotFound(java.lang.ClassNotFoundException cause)DataFormatExceptionSerializableLogger. unableToReadValue(java.lang.String value, java.lang.Exception e)DataFormatExceptionSerializableLogger. unableToWriteValue(java.lang.Object input, java.lang.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 DataFormatException Modifier and Type Method Description DataFormatExceptionDomXmlLogger. classNotFound(java.lang.String classname, java.lang.ClassNotFoundException cause)DataFormatExceptionDomXmlLogger. unableToCreateContext(java.lang.Throwable cause)DataFormatExceptionDomXmlLogger. unableToCreateMarshaller(java.lang.Throwable cause)DataFormatExceptionDomXmlLogger. unableToCreateParser(java.lang.Exception cause)DataFormatExceptionDomXmlLogger. unableToCreateTransformer(java.lang.Exception cause)DataFormatExceptionDomXmlLogger. unableToCreateUnmarshaller(java.lang.Throwable cause)DataFormatExceptionDomXmlLogger. unableToDeserialize(java.lang.Object node, java.lang.String canonicalClassName, java.lang.Throwable cause)DataFormatExceptionDomXmlLogger. unableToParseInput(java.lang.Exception e)DataFormatExceptionDomXmlLogger. unableToTransformElement(org.w3c.dom.Node element, java.lang.Exception cause)DataFormatExceptionDomXmlLogger. unableToWriteInput(java.lang.Object parameter, java.lang.Throwable cause)
-