Home
last modified time | relevance | path

Searched defs:JsonProcessingException (Results 1 – 1 of 1) sorted by relevance

/external/jackson-core/src/main/java/com/fasterxml/jackson/core/
DJsonProcessingException.java15 public class JsonProcessingException extends java.io.IOException class
21 protected JsonProcessingException(String msg, JsonLocation loc, Throwable rootCause) { in JsonProcessingException() method in JsonProcessingException
29 protected JsonProcessingException(String msg) { in JsonProcessingException() method in JsonProcessingException
33 protected JsonProcessingException(String msg, JsonLocation loc) { in JsonProcessingException() method in JsonProcessingException
37 protected JsonProcessingException(String msg, Throwable rootCause) { in JsonProcessingException() method in JsonProcessingException
41 protected JsonProcessingException(Throwable rootCause) { in JsonProcessingException() method in JsonProcessingException