Example usage for Java com.fasterxml.jackson.databind JsonMappingException fields, constructors, methods, implement or subclass
The text is from its open source code.
JsonMappingException | from(JsonParser paramJsonParser, String paramString, Throwable paramThrowable) |
Throwable | getCause() Returns the cause of this throwable or null if the cause is nonexistent or unknown. |
Class> | getClass() Returns the runtime class of this Object . |
String | getLocalizedMessage() |
JsonLocation | getLocation() |
String | getMessage() |
String | getOriginalMessage() Method that allows accessing the original "message" argument, without additional decorations (like location information) that overridden #getMessage adds. |
StringBuilder | getPathReference(StringBuilder paramStringBuilder) |
void | prependPath(Reference paramReference) |
void | prependPath(Object paramObject, String paramString) |
void | printStackTrace() Prints this throwable and its backtrace to the standard error stream. |
void | printStackTrace(PrintStream s) Prints this throwable and its backtrace to the specified print stream. |
String | toString() |
JsonMappingException | wrapWithPath(Throwable paramThrowable, Object paramObject, int paramInt) |
JsonMappingException | wrapWithPath(Throwable paramThrowable, Object paramObject, String paramString) |