Java com.fasterxml.jackson.databind JsonMappingException fields, constructors, methods, implement or subclass

Example usage for Java com.fasterxml.jackson.databind JsonMappingException fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.fasterxml.jackson.databind JsonMappingException.

The text is from its open source code.

Constructor

Method

JsonMappingExceptionfrom(JsonParser paramJsonParser, String paramString, Throwable paramThrowable)
ThrowablegetCause()
Returns the cause of this throwable or null if the cause is nonexistent or unknown.
ClassgetClass()
Returns the runtime class of this Object .
StringgetLocalizedMessage()
JsonLocationgetLocation()
StringgetMessage()
StringgetOriginalMessage()
Method that allows accessing the original "message" argument, without additional decorations (like location information) that overridden #getMessage adds.
StringBuildergetPathReference(StringBuilder paramStringBuilder)
voidprependPath(Reference paramReference)
voidprependPath(Object paramObject, String paramString)
voidprintStackTrace()
Prints this throwable and its backtrace to the standard error stream.
voidprintStackTrace(PrintStream s)
Prints this throwable and its backtrace to the specified print stream.
StringtoString()
JsonMappingExceptionwrapWithPath(Throwable paramThrowable, Object paramObject, int paramInt)
JsonMappingExceptionwrapWithPath(Throwable paramThrowable, Object paramObject, String paramString)