Modifier and Type | Method and Description |
---|---|
DataFormatException |
JacksonJsonLogger.unableToConstructJavaType(String fromString,
Exception cause) |
DataFormatException |
JacksonJsonLogger.unableToDetectCanonicalType(Object parameter) |
DataFormatException |
JacksonJsonLogger.unableToReadValue(String value,
Exception e) |
DataFormatException |
JacksonJsonLogger.unableToWriteValue(Object input,
Exception cause) |
Modifier and Type | Method and Description |
---|---|
DataFormatException |
SerializableLogger.classNotFound(ClassNotFoundException cause) |
DataFormatException |
SerializableLogger.unableToReadValue(String value,
Exception e) |
DataFormatException |
SerializableLogger.unableToWriteValue(Object input,
Exception cause) |
Modifier and Type | Method and Description |
---|---|
DataFormatException |
DomXmlLogger.classNotFound(String classname,
ClassNotFoundException cause) |
DataFormatException |
DomXmlLogger.unableToCreateContext(Throwable cause) |
DataFormatException |
DomXmlLogger.unableToCreateMarshaller(Throwable cause) |
DataFormatException |
DomXmlLogger.unableToCreateParser(Exception cause) |
DataFormatException |
DomXmlLogger.unableToCreateTransformer(Exception cause) |
DataFormatException |
DomXmlLogger.unableToCreateUnmarshaller(Throwable cause) |
DataFormatException |
DomXmlLogger.unableToDeserialize(Object node,
String canonicalClassName,
Throwable cause) |
DataFormatException |
DomXmlLogger.unableToParseInput(Exception e) |
DataFormatException |
DomXmlLogger.unableToTransformElement(Node element,
Exception cause) |
DataFormatException |
DomXmlLogger.unableToWriteInput(Object parameter,
Throwable cause) |
Copyright © 2022. All rights reserved.