1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 2<!-- NewPage --> 3<html lang="en"> 4<head> 5<!-- Generated by javadoc (1.8.0_162) on Tue Nov 05 19:39:06 PST 2019 --> 6<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 7<title>JsonMappingException (jackson-databind 2.10.0 API)</title> 8<meta name="date" content="2019-11-05"> 9<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> 10<script type="text/javascript" src="../../../../script.js"></script> 11</head> 12<body> 13<script type="text/javascript"><!-- 14 try { 15 if (location.href.indexOf('is-external=true') == -1) { 16 parent.document.title="JsonMappingException (jackson-databind 2.10.0 API)"; 17 } 18 } 19 catch(err) { 20 } 21//--> 22var methods = {"i0":10,"i1":10,"i2":9,"i3":9,"i4":9,"i5":9,"i6":9,"i7":9,"i8":9,"i9":9,"i10":9,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":9,"i22":9,"i23":9}; 23var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; 24var altColor = "altColor"; 25var rowColor = "rowColor"; 26var tableTab = "tableTab"; 27var activeTableTab = "activeTableTab"; 28</script> 29<noscript> 30<div>JavaScript is disabled on your browser.</div> 31</noscript> 32<!-- ========= START OF TOP NAVBAR ======= --> 33<div class="topNav"><a name="navbar.top"> 34<!-- --> 35</a> 36<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> 37<a name="navbar.top.firstrow"> 38<!-- --> 39</a> 40<ul class="navList" title="Navigation"> 41<li><a href="../../../../overview-summary.html">Overview</a></li> 42<li><a href="package-summary.html">Package</a></li> 43<li class="navBarCell1Rev">Class</li> 44<li><a href="class-use/JsonMappingException.html">Use</a></li> 45<li><a href="package-tree.html">Tree</a></li> 46<li><a href="../../../../deprecated-list.html">Deprecated</a></li> 47<li><a href="../../../../index-all.html">Index</a></li> 48<li><a href="../../../../help-doc.html">Help</a></li> 49</ul> 50</div> 51<div class="subNav"> 52<ul class="navList"> 53<li><a href="../../../../com/fasterxml/jackson/databind/JsonDeserializer.None.html" title="class in com.fasterxml.jackson.databind"><span class="typeNameLink">Prev Class</span></a></li> 54<li><a href="../../../../com/fasterxml/jackson/databind/JsonMappingException.Reference.html" title="class in com.fasterxml.jackson.databind"><span class="typeNameLink">Next Class</span></a></li> 55</ul> 56<ul class="navList"> 57<li><a href="../../../../index.html?com/fasterxml/jackson/databind/JsonMappingException.html" target="_top">Frames</a></li> 58<li><a href="JsonMappingException.html" target="_top">No Frames</a></li> 59</ul> 60<ul class="navList" id="allclasses_navbar_top"> 61<li><a href="../../../../allclasses-noframe.html">All Classes</a></li> 62</ul> 63<div> 64<script type="text/javascript"><!-- 65 allClassesLink = document.getElementById("allclasses_navbar_top"); 66 if(window==top) { 67 allClassesLink.style.display = "block"; 68 } 69 else { 70 allClassesLink.style.display = "none"; 71 } 72 //--> 73</script> 74</div> 75<div> 76<ul class="subNavList"> 77<li>Summary: </li> 78<li><a href="#nested.class.summary">Nested</a> | </li> 79<li><a href="#field.summary">Field</a> | </li> 80<li><a href="#constructor.summary">Constr</a> | </li> 81<li><a href="#method.summary">Method</a></li> 82</ul> 83<ul class="subNavList"> 84<li>Detail: </li> 85<li><a href="#field.detail">Field</a> | </li> 86<li><a href="#constructor.detail">Constr</a> | </li> 87<li><a href="#method.detail">Method</a></li> 88</ul> 89</div> 90<a name="skip.navbar.top"> 91<!-- --> 92</a></div> 93<!-- ========= END OF TOP NAVBAR ========= --> 94<!-- ======== START OF CLASS DATA ======== --> 95<div class="header"> 96<div class="subTitle">com.fasterxml.jackson.databind</div> 97<h2 title="Class JsonMappingException" class="title">Class JsonMappingException</h2> 98</div> 99<div class="contentContainer"> 100<ul class="inheritance"> 101<li><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li> 102<li> 103<ul class="inheritance"> 104<li><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">java.lang.Throwable</a></li> 105<li> 106<ul class="inheritance"> 107<li><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">java.lang.Exception</a></li> 108<li> 109<ul class="inheritance"> 110<li><a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">java.io.IOException</a></li> 111<li> 112<ul class="inheritance"> 113<li><a href="http://fasterxml.github.io/jackson-core/javadoc/2.10/com/fasterxml/jackson/core/JsonProcessingException.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">com.fasterxml.jackson.core.JsonProcessingException</a></li> 114<li> 115<ul class="inheritance"> 116<li>com.fasterxml.jackson.databind.JsonMappingException</li> 117</ul> 118</li> 119</ul> 120</li> 121</ul> 122</li> 123</ul> 124</li> 125</ul> 126</li> 127</ul> 128<div class="description"> 129<ul class="blockList"> 130<li class="blockList"> 131<dl> 132<dt>All Implemented Interfaces:</dt> 133<dd><a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a></dd> 134</dl> 135<dl> 136<dt>Direct Known Subclasses:</dt> 137<dd><a href="../../../../com/fasterxml/jackson/databind/exc/InvalidDefinitionException.html" title="class in com.fasterxml.jackson.databind.exc">InvalidDefinitionException</a>, <a href="../../../../com/fasterxml/jackson/databind/exc/MismatchedInputException.html" title="class in com.fasterxml.jackson.databind.exc">MismatchedInputException</a>, <a href="../../../../com/fasterxml/jackson/databind/deser/UnresolvedForwardReference.html" title="class in com.fasterxml.jackson.databind.deser">UnresolvedForwardReference</a>, <a href="../../../../com/fasterxml/jackson/databind/exc/ValueInstantiationException.html" title="class in com.fasterxml.jackson.databind.exc">ValueInstantiationException</a></dd> 138</dl> 139<hr> 140<br> 141<pre>public class <span class="typeNameLabel">JsonMappingException</span> 142extends <a href="http://fasterxml.github.io/jackson-core/javadoc/2.10/com/fasterxml/jackson/core/JsonProcessingException.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonProcessingException</a></pre> 143<div class="block">Checked exception used to signal fatal problems with mapping of 144 content, distinct from low-level I/O problems (signaled using 145 simple <a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io"><code>IOException</code></a>s) or data encoding/decoding 146 problems (signaled with <a href="http://fasterxml.github.io/jackson-core/javadoc/2.10/com/fasterxml/jackson/core/JsonParseException.html?is-external=true" title="class or interface in com.fasterxml.jackson.core"><code>JsonParseException</code></a>, 147 <a href="http://fasterxml.github.io/jackson-core/javadoc/2.10/com/fasterxml/jackson/core/JsonGenerationException.html?is-external=true" title="class or interface in com.fasterxml.jackson.core"><code>JsonGenerationException</code></a>). 148<p> 149 One additional feature is the ability to denote relevant path 150 of references (during serialization/deserialization) to help in 151 troubleshooting.</div> 152<dl> 153<dt><span class="seeLabel">See Also:</span></dt> 154<dd><a href="../../../../serialized-form.html#com.fasterxml.jackson.databind.JsonMappingException">Serialized Form</a></dd> 155</dl> 156</li> 157</ul> 158</div> 159<div class="summary"> 160<ul class="blockList"> 161<li class="blockList"> 162<!-- ======== NESTED CLASS SUMMARY ======== --> 163<ul class="blockList"> 164<li class="blockList"><a name="nested.class.summary"> 165<!-- --> 166</a> 167<h3>Nested Class Summary</h3> 168<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation"> 169<caption><span>Nested Classes</span><span class="tabEnd"> </span></caption> 170<tr> 171<th class="colFirst" scope="col">Modifier and Type</th> 172<th class="colLast" scope="col">Class and Description</th> 173</tr> 174<tr class="altColor"> 175<td class="colFirst"><code>static class </code></td> 176<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/fasterxml/jackson/databind/JsonMappingException.Reference.html" title="class in com.fasterxml.jackson.databind">JsonMappingException.Reference</a></span></code> 177<div class="block">Simple bean class used to contain references.</div> 178</td> 179</tr> 180</table> 181</li> 182</ul> 183<!-- =========== FIELD SUMMARY =========== --> 184<ul class="blockList"> 185<li class="blockList"><a name="field.summary"> 186<!-- --> 187</a> 188<h3>Field Summary</h3> 189<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> 190<caption><span>Fields</span><span class="tabEnd"> </span></caption> 191<tr> 192<th class="colFirst" scope="col">Modifier and Type</th> 193<th class="colLast" scope="col">Field and Description</th> 194</tr> 195<tr class="altColor"> 196<td class="colFirst"><code>protected <a href="https://docs.oracle.com/javase/8/docs/api/java/util/LinkedList.html?is-external=true" title="class or interface in java.util">LinkedList</a><<a href="../../../../com/fasterxml/jackson/databind/JsonMappingException.Reference.html" title="class in com.fasterxml.jackson.databind">JsonMappingException.Reference</a>></code></td> 197<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/fasterxml/jackson/databind/JsonMappingException.html#Z:Z_path">_path</a></span></code> 198<div class="block">Path through which problem that triggering throwing of 199 this exception was reached.</div> 200</td> 201</tr> 202<tr class="rowColor"> 203<td class="colFirst"><code>protected <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Closeable.html?is-external=true" title="class or interface in java.io">Closeable</a></code></td> 204<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/fasterxml/jackson/databind/JsonMappingException.html#Z:Z_processor">_processor</a></span></code> 205<div class="block">Underlying processor (<a href="http://fasterxml.github.io/jackson-core/javadoc/2.10/com/fasterxml/jackson/core/JsonParser.html?is-external=true" title="class or interface in com.fasterxml.jackson.core"><code>JsonParser</code></a> or <a href="http://fasterxml.github.io/jackson-core/javadoc/2.10/com/fasterxml/jackson/core/JsonGenerator.html?is-external=true" title="class or interface in com.fasterxml.jackson.core"><code>JsonGenerator</code></a>), 206 if known.</div> 207</td> 208</tr> 209</table> 210<ul class="blockList"> 211<li class="blockList"><a name="fields.inherited.from.class.com.fasterxml.jackson.core.JsonProcessingException"> 212<!-- --> 213</a> 214<h3>Fields inherited from class com.fasterxml.jackson.core.<a href="http://fasterxml.github.io/jackson-core/javadoc/2.10/com/fasterxml/jackson/core/JsonProcessingException.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonProcessingException</a></h3> 215<code><a href="http://fasterxml.github.io/jackson-core/javadoc/2.10/com/fasterxml/jackson/core/JsonProcessingException.html?is-external=true#Z:Z_location" title="class or interface in com.fasterxml.jackson.core">_location</a></code></li> 216</ul> 217</li> 218</ul> 219<!-- ======== CONSTRUCTOR SUMMARY ======== --> 220<ul class="blockList"> 221<li class="blockList"><a name="constructor.summary"> 222<!-- --> 223</a> 224<h3>Constructor Summary</h3> 225<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> 226<caption><span>Constructors</span><span class="tabEnd"> </span></caption> 227<tr> 228<th class="colOne" scope="col">Constructor and Description</th> 229</tr> 230<tr class="altColor"> 231<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/fasterxml/jackson/databind/JsonMappingException.html#JsonMappingException-java.io.Closeable-java.lang.String-">JsonMappingException</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/io/Closeable.html?is-external=true" title="class or interface in java.io">Closeable</a> processor, 232 <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> msg)</code> </td> 233</tr> 234<tr class="rowColor"> 235<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/fasterxml/jackson/databind/JsonMappingException.html#JsonMappingException-java.io.Closeable-java.lang.String-com.fasterxml.jackson.core.JsonLocation-">JsonMappingException</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/io/Closeable.html?is-external=true" title="class or interface in java.io">Closeable</a> processor, 236 <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> msg, 237 <a href="http://fasterxml.github.io/jackson-core/javadoc/2.10/com/fasterxml/jackson/core/JsonLocation.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonLocation</a> loc)</code> </td> 238</tr> 239<tr class="altColor"> 240<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/fasterxml/jackson/databind/JsonMappingException.html#JsonMappingException-java.io.Closeable-java.lang.String-java.lang.Throwable-">JsonMappingException</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/io/Closeable.html?is-external=true" title="class or interface in java.io">Closeable</a> processor, 241 <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> msg, 242 <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a> problem)</code> </td> 243</tr> 244<tr class="rowColor"> 245<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/fasterxml/jackson/databind/JsonMappingException.html#JsonMappingException-java.lang.String-">JsonMappingException</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> msg)</code> 246<div class="block"><span class="deprecatedLabel">Deprecated.</span> 247<div class="block"><span class="deprecationComment">Since 2.7 Use variant that takes <a href="http://fasterxml.github.io/jackson-core/javadoc/2.10/com/fasterxml/jackson/core/JsonParser.html?is-external=true" title="class or interface in com.fasterxml.jackson.core"><code>JsonParser</code></a> instead</span></div> 248</div> 249</td> 250</tr> 251<tr class="altColor"> 252<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/fasterxml/jackson/databind/JsonMappingException.html#JsonMappingException-java.lang.String-com.fasterxml.jackson.core.JsonLocation-">JsonMappingException</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> msg, 253 <a href="http://fasterxml.github.io/jackson-core/javadoc/2.10/com/fasterxml/jackson/core/JsonLocation.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonLocation</a> loc)</code> 254<div class="block"><span class="deprecatedLabel">Deprecated.</span> 255<div class="block"><span class="deprecationComment">Since 2.7 Use variant that takes <a href="http://fasterxml.github.io/jackson-core/javadoc/2.10/com/fasterxml/jackson/core/JsonParser.html?is-external=true" title="class or interface in com.fasterxml.jackson.core"><code>JsonParser</code></a> instead</span></div> 256</div> 257</td> 258</tr> 259<tr class="rowColor"> 260<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/fasterxml/jackson/databind/JsonMappingException.html#JsonMappingException-java.lang.String-com.fasterxml.jackson.core.JsonLocation-java.lang.Throwable-">JsonMappingException</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> msg, 261 <a href="http://fasterxml.github.io/jackson-core/javadoc/2.10/com/fasterxml/jackson/core/JsonLocation.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonLocation</a> loc, 262 <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a> rootCause)</code> 263<div class="block"><span class="deprecatedLabel">Deprecated.</span> 264<div class="block"><span class="deprecationComment">Since 2.7 Use variant that takes <a href="http://fasterxml.github.io/jackson-core/javadoc/2.10/com/fasterxml/jackson/core/JsonParser.html?is-external=true" title="class or interface in com.fasterxml.jackson.core"><code>JsonParser</code></a> instead</span></div> 265</div> 266</td> 267</tr> 268<tr class="altColor"> 269<td class="colOne"><code><span class="memberNameLink"><a href="../../../../com/fasterxml/jackson/databind/JsonMappingException.html#JsonMappingException-java.lang.String-java.lang.Throwable-">JsonMappingException</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> msg, 270 <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a> rootCause)</code> 271<div class="block"><span class="deprecatedLabel">Deprecated.</span> 272<div class="block"><span class="deprecationComment">Since 2.7 Use variant that takes <a href="http://fasterxml.github.io/jackson-core/javadoc/2.10/com/fasterxml/jackson/core/JsonParser.html?is-external=true" title="class or interface in com.fasterxml.jackson.core"><code>JsonParser</code></a> instead</span></div> 273</div> 274</td> 275</tr> 276</table> 277</li> 278</ul> 279<!-- ========== METHOD SUMMARY =========== --> 280<ul class="blockList"> 281<li class="blockList"><a name="method.summary"> 282<!-- --> 283</a> 284<h3>Method Summary</h3> 285<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> 286<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption> 287<tr> 288<th class="colFirst" scope="col">Modifier and Type</th> 289<th class="colLast" scope="col">Method and Description</th> 290</tr> 291<tr id="i0" class="altColor"> 292<td class="colFirst"><code>protected void</code></td> 293<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/fasterxml/jackson/databind/JsonMappingException.html#Z:Z_appendPathDesc-java.lang.StringBuilder-">_appendPathDesc</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/StringBuilder.html?is-external=true" title="class or interface in java.lang">StringBuilder</a> sb)</code> </td> 294</tr> 295<tr id="i1" class="rowColor"> 296<td class="colFirst"><code>protected <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> 297<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/fasterxml/jackson/databind/JsonMappingException.html#Z:Z_buildMessage--">_buildMessage</a></span>()</code> </td> 298</tr> 299<tr id="i2" class="altColor"> 300<td class="colFirst"><code>static <a href="../../../../com/fasterxml/jackson/databind/JsonMappingException.html" title="class in com.fasterxml.jackson.databind">JsonMappingException</a></code></td> 301<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/fasterxml/jackson/databind/JsonMappingException.html#from-com.fasterxml.jackson.databind.DeserializationContext-java.lang.String-">from</a></span>(<a href="../../../../com/fasterxml/jackson/databind/DeserializationContext.html" title="class in com.fasterxml.jackson.databind">DeserializationContext</a> ctxt, 302 <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> msg)</code> </td> 303</tr> 304<tr id="i3" class="rowColor"> 305<td class="colFirst"><code>static <a href="../../../../com/fasterxml/jackson/databind/JsonMappingException.html" title="class in com.fasterxml.jackson.databind">JsonMappingException</a></code></td> 306<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/fasterxml/jackson/databind/JsonMappingException.html#from-com.fasterxml.jackson.databind.DeserializationContext-java.lang.String-java.lang.Throwable-">from</a></span>(<a href="../../../../com/fasterxml/jackson/databind/DeserializationContext.html" title="class in com.fasterxml.jackson.databind">DeserializationContext</a> ctxt, 307 <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> msg, 308 <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a> t)</code> </td> 309</tr> 310<tr id="i4" class="altColor"> 311<td class="colFirst"><code>static <a href="../../../../com/fasterxml/jackson/databind/JsonMappingException.html" title="class in com.fasterxml.jackson.databind">JsonMappingException</a></code></td> 312<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/fasterxml/jackson/databind/JsonMappingException.html#from-com.fasterxml.jackson.core.JsonGenerator-java.lang.String-">from</a></span>(<a href="http://fasterxml.github.io/jackson-core/javadoc/2.10/com/fasterxml/jackson/core/JsonGenerator.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonGenerator</a> g, 313 <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> msg)</code> </td> 314</tr> 315<tr id="i5" class="rowColor"> 316<td class="colFirst"><code>static <a href="../../../../com/fasterxml/jackson/databind/JsonMappingException.html" title="class in com.fasterxml.jackson.databind">JsonMappingException</a></code></td> 317<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/fasterxml/jackson/databind/JsonMappingException.html#from-com.fasterxml.jackson.core.JsonGenerator-java.lang.String-java.lang.Throwable-">from</a></span>(<a href="http://fasterxml.github.io/jackson-core/javadoc/2.10/com/fasterxml/jackson/core/JsonGenerator.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonGenerator</a> g, 318 <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> msg, 319 <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a> problem)</code> </td> 320</tr> 321<tr id="i6" class="altColor"> 322<td class="colFirst"><code>static <a href="../../../../com/fasterxml/jackson/databind/JsonMappingException.html" title="class in com.fasterxml.jackson.databind">JsonMappingException</a></code></td> 323<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/fasterxml/jackson/databind/JsonMappingException.html#from-com.fasterxml.jackson.core.JsonParser-java.lang.String-">from</a></span>(<a href="http://fasterxml.github.io/jackson-core/javadoc/2.10/com/fasterxml/jackson/core/JsonParser.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonParser</a> p, 324 <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> msg)</code> </td> 325</tr> 326<tr id="i7" class="rowColor"> 327<td class="colFirst"><code>static <a href="../../../../com/fasterxml/jackson/databind/JsonMappingException.html" title="class in com.fasterxml.jackson.databind">JsonMappingException</a></code></td> 328<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/fasterxml/jackson/databind/JsonMappingException.html#from-com.fasterxml.jackson.core.JsonParser-java.lang.String-java.lang.Throwable-">from</a></span>(<a href="http://fasterxml.github.io/jackson-core/javadoc/2.10/com/fasterxml/jackson/core/JsonParser.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonParser</a> p, 329 <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> msg, 330 <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a> problem)</code> </td> 331</tr> 332<tr id="i8" class="altColor"> 333<td class="colFirst"><code>static <a href="../../../../com/fasterxml/jackson/databind/JsonMappingException.html" title="class in com.fasterxml.jackson.databind">JsonMappingException</a></code></td> 334<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/fasterxml/jackson/databind/JsonMappingException.html#from-com.fasterxml.jackson.databind.SerializerProvider-java.lang.String-">from</a></span>(<a href="../../../../com/fasterxml/jackson/databind/SerializerProvider.html" title="class in com.fasterxml.jackson.databind">SerializerProvider</a> ctxt, 335 <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> msg)</code> </td> 336</tr> 337<tr id="i9" class="rowColor"> 338<td class="colFirst"><code>static <a href="../../../../com/fasterxml/jackson/databind/JsonMappingException.html" title="class in com.fasterxml.jackson.databind">JsonMappingException</a></code></td> 339<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/fasterxml/jackson/databind/JsonMappingException.html#from-com.fasterxml.jackson.databind.SerializerProvider-java.lang.String-java.lang.Throwable-">from</a></span>(<a href="../../../../com/fasterxml/jackson/databind/SerializerProvider.html" title="class in com.fasterxml.jackson.databind">SerializerProvider</a> ctxt, 340 <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> msg, 341 <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a> problem)</code> </td> 342</tr> 343<tr id="i10" class="altColor"> 344<td class="colFirst"><code>static <a href="../../../../com/fasterxml/jackson/databind/JsonMappingException.html" title="class in com.fasterxml.jackson.databind">JsonMappingException</a></code></td> 345<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/fasterxml/jackson/databind/JsonMappingException.html#fromUnexpectedIOE-java.io.IOException-">fromUnexpectedIOE</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a> src)</code> 346<div class="block">Factory method used when "upgrading" an <a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io"><code>IOException</code></a> into 347 <a href="../../../../com/fasterxml/jackson/databind/JsonMappingException.html" title="class in com.fasterxml.jackson.databind"><code>JsonMappingException</code></a>: usually only needed to comply with 348 a signature.</div> 349</td> 350</tr> 351<tr id="i11" class="rowColor"> 352<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> 353<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/fasterxml/jackson/databind/JsonMappingException.html#getLocalizedMessage--">getLocalizedMessage</a></span>()</code> </td> 354</tr> 355<tr id="i12" class="altColor"> 356<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> 357<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/fasterxml/jackson/databind/JsonMappingException.html#getMessage--">getMessage</a></span>()</code> 358<div class="block">Method is overridden so that we can properly inject description 359 of problem path, if such is defined.</div> 360</td> 361</tr> 362<tr id="i13" class="rowColor"> 363<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="../../../../com/fasterxml/jackson/databind/JsonMappingException.Reference.html" title="class in com.fasterxml.jackson.databind">JsonMappingException.Reference</a>></code></td> 364<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/fasterxml/jackson/databind/JsonMappingException.html#getPath--">getPath</a></span>()</code> 365<div class="block">Method for accessing full structural path within type hierarchy 366 down to problematic property.</div> 367</td> 368</tr> 369<tr id="i14" class="altColor"> 370<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> 371<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/fasterxml/jackson/databind/JsonMappingException.html#getPathReference--">getPathReference</a></span>()</code> 372<div class="block">Method for accessing description of path that lead to the 373 problem that triggered this exception</div> 374</td> 375</tr> 376<tr id="i15" class="rowColor"> 377<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/StringBuilder.html?is-external=true" title="class or interface in java.lang">StringBuilder</a></code></td> 378<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/fasterxml/jackson/databind/JsonMappingException.html#getPathReference-java.lang.StringBuilder-">getPathReference</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/StringBuilder.html?is-external=true" title="class or interface in java.lang">StringBuilder</a> sb)</code> </td> 379</tr> 380<tr id="i16" class="altColor"> 381<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td> 382<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/fasterxml/jackson/databind/JsonMappingException.html#getProcessor--">getProcessor</a></span>()</code> </td> 383</tr> 384<tr id="i17" class="rowColor"> 385<td class="colFirst"><code>void</code></td> 386<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/fasterxml/jackson/databind/JsonMappingException.html#prependPath-com.fasterxml.jackson.databind.JsonMappingException.Reference-">prependPath</a></span>(<a href="../../../../com/fasterxml/jackson/databind/JsonMappingException.Reference.html" title="class in com.fasterxml.jackson.databind">JsonMappingException.Reference</a> r)</code> </td> 387</tr> 388<tr id="i18" class="altColor"> 389<td class="colFirst"><code>void</code></td> 390<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/fasterxml/jackson/databind/JsonMappingException.html#prependPath-java.lang.Object-int-">prependPath</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> referrer, 391 int index)</code> 392<div class="block">Method called to prepend a reference information in front of 393 current path</div> 394</td> 395</tr> 396<tr id="i19" class="rowColor"> 397<td class="colFirst"><code>void</code></td> 398<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/fasterxml/jackson/databind/JsonMappingException.html#prependPath-java.lang.Object-java.lang.String-">prependPath</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> referrer, 399 <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> fieldName)</code> 400<div class="block">Method called to prepend a reference information in front of 401 current path</div> 402</td> 403</tr> 404<tr id="i20" class="altColor"> 405<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> 406<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/fasterxml/jackson/databind/JsonMappingException.html#toString--">toString</a></span>()</code> </td> 407</tr> 408<tr id="i21" class="rowColor"> 409<td class="colFirst"><code>static <a href="../../../../com/fasterxml/jackson/databind/JsonMappingException.html" title="class in com.fasterxml.jackson.databind">JsonMappingException</a></code></td> 410<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/fasterxml/jackson/databind/JsonMappingException.html#wrapWithPath-java.lang.Throwable-com.fasterxml.jackson.databind.JsonMappingException.Reference-">wrapWithPath</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a> src, 411 <a href="../../../../com/fasterxml/jackson/databind/JsonMappingException.Reference.html" title="class in com.fasterxml.jackson.databind">JsonMappingException.Reference</a> ref)</code> 412<div class="block">Method that can be called to either create a new JsonMappingException 413 (if underlying exception is not a JsonMappingException), or augment 414 given exception with given path/reference information.</div> 415</td> 416</tr> 417<tr id="i22" class="altColor"> 418<td class="colFirst"><code>static <a href="../../../../com/fasterxml/jackson/databind/JsonMappingException.html" title="class in com.fasterxml.jackson.databind">JsonMappingException</a></code></td> 419<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/fasterxml/jackson/databind/JsonMappingException.html#wrapWithPath-java.lang.Throwable-java.lang.Object-int-">wrapWithPath</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a> src, 420 <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> refFrom, 421 int index)</code> 422<div class="block">Method that can be called to either create a new JsonMappingException 423 (if underlying exception is not a JsonMappingException), or augment 424 given exception with given path/reference information.</div> 425</td> 426</tr> 427<tr id="i23" class="rowColor"> 428<td class="colFirst"><code>static <a href="../../../../com/fasterxml/jackson/databind/JsonMappingException.html" title="class in com.fasterxml.jackson.databind">JsonMappingException</a></code></td> 429<td class="colLast"><code><span class="memberNameLink"><a href="../../../../com/fasterxml/jackson/databind/JsonMappingException.html#wrapWithPath-java.lang.Throwable-java.lang.Object-java.lang.String-">wrapWithPath</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a> src, 430 <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> refFrom, 431 <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> refFieldName)</code> 432<div class="block">Method that can be called to either create a new JsonMappingException 433 (if underlying exception is not a JsonMappingException), or augment 434 given exception with given path/reference information.</div> 435</td> 436</tr> 437</table> 438<ul class="blockList"> 439<li class="blockList"><a name="methods.inherited.from.class.com.fasterxml.jackson.core.JsonProcessingException"> 440<!-- --> 441</a> 442<h3>Methods inherited from class com.fasterxml.jackson.core.<a href="http://fasterxml.github.io/jackson-core/javadoc/2.10/com/fasterxml/jackson/core/JsonProcessingException.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonProcessingException</a></h3> 443<code><a href="http://fasterxml.github.io/jackson-core/javadoc/2.10/com/fasterxml/jackson/core/JsonProcessingException.html?is-external=true#clearLocation--" title="class or interface in com.fasterxml.jackson.core">clearLocation</a>, <a href="http://fasterxml.github.io/jackson-core/javadoc/2.10/com/fasterxml/jackson/core/JsonProcessingException.html?is-external=true#getLocation--" title="class or interface in com.fasterxml.jackson.core">getLocation</a>, <a href="http://fasterxml.github.io/jackson-core/javadoc/2.10/com/fasterxml/jackson/core/JsonProcessingException.html?is-external=true#getMessageSuffix--" title="class or interface in com.fasterxml.jackson.core">getMessageSuffix</a>, <a href="http://fasterxml.github.io/jackson-core/javadoc/2.10/com/fasterxml/jackson/core/JsonProcessingException.html?is-external=true#getOriginalMessage--" title="class or interface in com.fasterxml.jackson.core">getOriginalMessage</a></code></li> 444</ul> 445<ul class="blockList"> 446<li class="blockList"><a name="methods.inherited.from.class.java.lang.Throwable"> 447<!-- --> 448</a> 449<h3>Methods inherited from class java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a></h3> 450<code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true#addSuppressed-java.lang.Throwable-" title="class or interface in java.lang">addSuppressed</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true#fillInStackTrace--" title="class or interface in java.lang">fillInStackTrace</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true#getCause--" title="class or interface in java.lang">getCause</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true#getStackTrace--" title="class or interface in java.lang">getStackTrace</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true#getSuppressed--" title="class or interface in java.lang">getSuppressed</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true#initCause-java.lang.Throwable-" title="class or interface in java.lang">initCause</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true#printStackTrace--" title="class or interface in java.lang">printStackTrace</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true#printStackTrace-java.io.PrintStream-" title="class or interface in java.lang">printStackTrace</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true#printStackTrace-java.io.PrintWriter-" title="class or interface in java.lang">printStackTrace</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true#setStackTrace-java.lang.StackTraceElement:A-" title="class or interface in java.lang">setStackTrace</a></code></li> 451</ul> 452<ul class="blockList"> 453<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> 454<!-- --> 455</a> 456<h3>Methods inherited from class java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3> 457<code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li> 458</ul> 459</li> 460</ul> 461</li> 462</ul> 463</div> 464<div class="details"> 465<ul class="blockList"> 466<li class="blockList"> 467<!-- ============ FIELD DETAIL =========== --> 468<ul class="blockList"> 469<li class="blockList"><a name="field.detail"> 470<!-- --> 471</a> 472<h3>Field Detail</h3> 473<a name="Z:Z_path"> 474<!-- --> 475</a> 476<ul class="blockList"> 477<li class="blockList"> 478<h4>_path</h4> 479<pre>protected <a href="https://docs.oracle.com/javase/8/docs/api/java/util/LinkedList.html?is-external=true" title="class or interface in java.util">LinkedList</a><<a href="../../../../com/fasterxml/jackson/databind/JsonMappingException.Reference.html" title="class in com.fasterxml.jackson.databind">JsonMappingException.Reference</a>> _path</pre> 480<div class="block">Path through which problem that triggering throwing of 481 this exception was reached.</div> 482</li> 483</ul> 484<a name="Z:Z_processor"> 485<!-- --> 486</a> 487<ul class="blockListLast"> 488<li class="blockList"> 489<h4>_processor</h4> 490<pre>protected transient <a href="https://docs.oracle.com/javase/8/docs/api/java/io/Closeable.html?is-external=true" title="class or interface in java.io">Closeable</a> _processor</pre> 491<div class="block">Underlying processor (<a href="http://fasterxml.github.io/jackson-core/javadoc/2.10/com/fasterxml/jackson/core/JsonParser.html?is-external=true" title="class or interface in com.fasterxml.jackson.core"><code>JsonParser</code></a> or <a href="http://fasterxml.github.io/jackson-core/javadoc/2.10/com/fasterxml/jackson/core/JsonGenerator.html?is-external=true" title="class or interface in com.fasterxml.jackson.core"><code>JsonGenerator</code></a>), 492 if known. 493<p> 494 NOTE: typically not serializable hence <code>transient</code></div> 495<dl> 496<dt><span class="simpleTagLabel">Since:</span></dt> 497<dd>2.7</dd> 498</dl> 499</li> 500</ul> 501</li> 502</ul> 503<!-- ========= CONSTRUCTOR DETAIL ======== --> 504<ul class="blockList"> 505<li class="blockList"><a name="constructor.detail"> 506<!-- --> 507</a> 508<h3>Constructor Detail</h3> 509<a name="JsonMappingException-java.lang.String-"> 510<!-- --> 511</a> 512<ul class="blockList"> 513<li class="blockList"> 514<h4>JsonMappingException</h4> 515<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a> 516public JsonMappingException(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> msg)</pre> 517<div class="block"><span class="deprecatedLabel">Deprecated.</span> <span class="deprecationComment">Since 2.7 Use variant that takes <a href="http://fasterxml.github.io/jackson-core/javadoc/2.10/com/fasterxml/jackson/core/JsonParser.html?is-external=true" title="class or interface in com.fasterxml.jackson.core"><code>JsonParser</code></a> instead</span></div> 518</li> 519</ul> 520<a name="JsonMappingException-java.lang.String-java.lang.Throwable-"> 521<!-- --> 522</a> 523<ul class="blockList"> 524<li class="blockList"> 525<h4>JsonMappingException</h4> 526<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a> 527public JsonMappingException(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> msg, 528 <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a> rootCause)</pre> 529<div class="block"><span class="deprecatedLabel">Deprecated.</span> <span class="deprecationComment">Since 2.7 Use variant that takes <a href="http://fasterxml.github.io/jackson-core/javadoc/2.10/com/fasterxml/jackson/core/JsonParser.html?is-external=true" title="class or interface in com.fasterxml.jackson.core"><code>JsonParser</code></a> instead</span></div> 530</li> 531</ul> 532<a name="JsonMappingException-java.lang.String-com.fasterxml.jackson.core.JsonLocation-"> 533<!-- --> 534</a> 535<ul class="blockList"> 536<li class="blockList"> 537<h4>JsonMappingException</h4> 538<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a> 539public JsonMappingException(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> msg, 540 <a href="http://fasterxml.github.io/jackson-core/javadoc/2.10/com/fasterxml/jackson/core/JsonLocation.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonLocation</a> loc)</pre> 541<div class="block"><span class="deprecatedLabel">Deprecated.</span> <span class="deprecationComment">Since 2.7 Use variant that takes <a href="http://fasterxml.github.io/jackson-core/javadoc/2.10/com/fasterxml/jackson/core/JsonParser.html?is-external=true" title="class or interface in com.fasterxml.jackson.core"><code>JsonParser</code></a> instead</span></div> 542</li> 543</ul> 544<a name="JsonMappingException-java.lang.String-com.fasterxml.jackson.core.JsonLocation-java.lang.Throwable-"> 545<!-- --> 546</a> 547<ul class="blockList"> 548<li class="blockList"> 549<h4>JsonMappingException</h4> 550<pre><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a> 551public JsonMappingException(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> msg, 552 <a href="http://fasterxml.github.io/jackson-core/javadoc/2.10/com/fasterxml/jackson/core/JsonLocation.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonLocation</a> loc, 553 <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a> rootCause)</pre> 554<div class="block"><span class="deprecatedLabel">Deprecated.</span> <span class="deprecationComment">Since 2.7 Use variant that takes <a href="http://fasterxml.github.io/jackson-core/javadoc/2.10/com/fasterxml/jackson/core/JsonParser.html?is-external=true" title="class or interface in com.fasterxml.jackson.core"><code>JsonParser</code></a> instead</span></div> 555</li> 556</ul> 557<a name="JsonMappingException-java.io.Closeable-java.lang.String-"> 558<!-- --> 559</a> 560<ul class="blockList"> 561<li class="blockList"> 562<h4>JsonMappingException</h4> 563<pre>public JsonMappingException(<a href="https://docs.oracle.com/javase/8/docs/api/java/io/Closeable.html?is-external=true" title="class or interface in java.io">Closeable</a> processor, 564 <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> msg)</pre> 565<dl> 566<dt><span class="simpleTagLabel">Since:</span></dt> 567<dd>2.7</dd> 568</dl> 569</li> 570</ul> 571<a name="JsonMappingException-java.io.Closeable-java.lang.String-java.lang.Throwable-"> 572<!-- --> 573</a> 574<ul class="blockList"> 575<li class="blockList"> 576<h4>JsonMappingException</h4> 577<pre>public JsonMappingException(<a href="https://docs.oracle.com/javase/8/docs/api/java/io/Closeable.html?is-external=true" title="class or interface in java.io">Closeable</a> processor, 578 <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> msg, 579 <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a> problem)</pre> 580<dl> 581<dt><span class="simpleTagLabel">Since:</span></dt> 582<dd>2.7</dd> 583</dl> 584</li> 585</ul> 586<a name="JsonMappingException-java.io.Closeable-java.lang.String-com.fasterxml.jackson.core.JsonLocation-"> 587<!-- --> 588</a> 589<ul class="blockListLast"> 590<li class="blockList"> 591<h4>JsonMappingException</h4> 592<pre>public JsonMappingException(<a href="https://docs.oracle.com/javase/8/docs/api/java/io/Closeable.html?is-external=true" title="class or interface in java.io">Closeable</a> processor, 593 <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> msg, 594 <a href="http://fasterxml.github.io/jackson-core/javadoc/2.10/com/fasterxml/jackson/core/JsonLocation.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonLocation</a> loc)</pre> 595<dl> 596<dt><span class="simpleTagLabel">Since:</span></dt> 597<dd>2.7</dd> 598</dl> 599</li> 600</ul> 601</li> 602</ul> 603<!-- ============ METHOD DETAIL ========== --> 604<ul class="blockList"> 605<li class="blockList"><a name="method.detail"> 606<!-- --> 607</a> 608<h3>Method Detail</h3> 609<a name="from-com.fasterxml.jackson.core.JsonParser-java.lang.String-"> 610<!-- --> 611</a> 612<ul class="blockList"> 613<li class="blockList"> 614<h4>from</h4> 615<pre>public static <a href="../../../../com/fasterxml/jackson/databind/JsonMappingException.html" title="class in com.fasterxml.jackson.databind">JsonMappingException</a> from(<a href="http://fasterxml.github.io/jackson-core/javadoc/2.10/com/fasterxml/jackson/core/JsonParser.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonParser</a> p, 616 <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> msg)</pre> 617<dl> 618<dt><span class="simpleTagLabel">Since:</span></dt> 619<dd>2.7</dd> 620</dl> 621</li> 622</ul> 623<a name="from-com.fasterxml.jackson.core.JsonParser-java.lang.String-java.lang.Throwable-"> 624<!-- --> 625</a> 626<ul class="blockList"> 627<li class="blockList"> 628<h4>from</h4> 629<pre>public static <a href="../../../../com/fasterxml/jackson/databind/JsonMappingException.html" title="class in com.fasterxml.jackson.databind">JsonMappingException</a> from(<a href="http://fasterxml.github.io/jackson-core/javadoc/2.10/com/fasterxml/jackson/core/JsonParser.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonParser</a> p, 630 <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> msg, 631 <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a> problem)</pre> 632<dl> 633<dt><span class="simpleTagLabel">Since:</span></dt> 634<dd>2.7</dd> 635</dl> 636</li> 637</ul> 638<a name="from-com.fasterxml.jackson.core.JsonGenerator-java.lang.String-"> 639<!-- --> 640</a> 641<ul class="blockList"> 642<li class="blockList"> 643<h4>from</h4> 644<pre>public static <a href="../../../../com/fasterxml/jackson/databind/JsonMappingException.html" title="class in com.fasterxml.jackson.databind">JsonMappingException</a> from(<a href="http://fasterxml.github.io/jackson-core/javadoc/2.10/com/fasterxml/jackson/core/JsonGenerator.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonGenerator</a> g, 645 <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> msg)</pre> 646<dl> 647<dt><span class="simpleTagLabel">Since:</span></dt> 648<dd>2.7</dd> 649</dl> 650</li> 651</ul> 652<a name="from-com.fasterxml.jackson.core.JsonGenerator-java.lang.String-java.lang.Throwable-"> 653<!-- --> 654</a> 655<ul class="blockList"> 656<li class="blockList"> 657<h4>from</h4> 658<pre>public static <a href="../../../../com/fasterxml/jackson/databind/JsonMappingException.html" title="class in com.fasterxml.jackson.databind">JsonMappingException</a> from(<a href="http://fasterxml.github.io/jackson-core/javadoc/2.10/com/fasterxml/jackson/core/JsonGenerator.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonGenerator</a> g, 659 <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> msg, 660 <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a> problem)</pre> 661<dl> 662<dt><span class="simpleTagLabel">Since:</span></dt> 663<dd>2.7</dd> 664</dl> 665</li> 666</ul> 667<a name="from-com.fasterxml.jackson.databind.DeserializationContext-java.lang.String-"> 668<!-- --> 669</a> 670<ul class="blockList"> 671<li class="blockList"> 672<h4>from</h4> 673<pre>public static <a href="../../../../com/fasterxml/jackson/databind/JsonMappingException.html" title="class in com.fasterxml.jackson.databind">JsonMappingException</a> from(<a href="../../../../com/fasterxml/jackson/databind/DeserializationContext.html" title="class in com.fasterxml.jackson.databind">DeserializationContext</a> ctxt, 674 <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> msg)</pre> 675<dl> 676<dt><span class="simpleTagLabel">Since:</span></dt> 677<dd>2.7</dd> 678</dl> 679</li> 680</ul> 681<a name="from-com.fasterxml.jackson.databind.DeserializationContext-java.lang.String-java.lang.Throwable-"> 682<!-- --> 683</a> 684<ul class="blockList"> 685<li class="blockList"> 686<h4>from</h4> 687<pre>public static <a href="../../../../com/fasterxml/jackson/databind/JsonMappingException.html" title="class in com.fasterxml.jackson.databind">JsonMappingException</a> from(<a href="../../../../com/fasterxml/jackson/databind/DeserializationContext.html" title="class in com.fasterxml.jackson.databind">DeserializationContext</a> ctxt, 688 <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> msg, 689 <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a> t)</pre> 690<dl> 691<dt><span class="simpleTagLabel">Since:</span></dt> 692<dd>2.7</dd> 693</dl> 694</li> 695</ul> 696<a name="from-com.fasterxml.jackson.databind.SerializerProvider-java.lang.String-"> 697<!-- --> 698</a> 699<ul class="blockList"> 700<li class="blockList"> 701<h4>from</h4> 702<pre>public static <a href="../../../../com/fasterxml/jackson/databind/JsonMappingException.html" title="class in com.fasterxml.jackson.databind">JsonMappingException</a> from(<a href="../../../../com/fasterxml/jackson/databind/SerializerProvider.html" title="class in com.fasterxml.jackson.databind">SerializerProvider</a> ctxt, 703 <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> msg)</pre> 704<dl> 705<dt><span class="simpleTagLabel">Since:</span></dt> 706<dd>2.7</dd> 707</dl> 708</li> 709</ul> 710<a name="from-com.fasterxml.jackson.databind.SerializerProvider-java.lang.String-java.lang.Throwable-"> 711<!-- --> 712</a> 713<ul class="blockList"> 714<li class="blockList"> 715<h4>from</h4> 716<pre>public static <a href="../../../../com/fasterxml/jackson/databind/JsonMappingException.html" title="class in com.fasterxml.jackson.databind">JsonMappingException</a> from(<a href="../../../../com/fasterxml/jackson/databind/SerializerProvider.html" title="class in com.fasterxml.jackson.databind">SerializerProvider</a> ctxt, 717 <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> msg, 718 <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a> problem)</pre> 719<dl> 720<dt><span class="simpleTagLabel">Since:</span></dt> 721<dd>2.7</dd> 722</dl> 723</li> 724</ul> 725<a name="fromUnexpectedIOE-java.io.IOException-"> 726<!-- --> 727</a> 728<ul class="blockList"> 729<li class="blockList"> 730<h4>fromUnexpectedIOE</h4> 731<pre>public static <a href="../../../../com/fasterxml/jackson/databind/JsonMappingException.html" title="class in com.fasterxml.jackson.databind">JsonMappingException</a> fromUnexpectedIOE(<a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a> src)</pre> 732<div class="block">Factory method used when "upgrading" an <a href="https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io"><code>IOException</code></a> into 733 <a href="../../../../com/fasterxml/jackson/databind/JsonMappingException.html" title="class in com.fasterxml.jackson.databind"><code>JsonMappingException</code></a>: usually only needed to comply with 734 a signature. 735<p> 736 NOTE: since 2.9 should usually NOT be used on input-side (deserialization) 737 exceptions; instead use method(s) of <code>InputMismatchException</code></div> 738<dl> 739<dt><span class="simpleTagLabel">Since:</span></dt> 740<dd>2.1</dd> 741</dl> 742</li> 743</ul> 744<a name="wrapWithPath-java.lang.Throwable-java.lang.Object-java.lang.String-"> 745<!-- --> 746</a> 747<ul class="blockList"> 748<li class="blockList"> 749<h4>wrapWithPath</h4> 750<pre>public static <a href="../../../../com/fasterxml/jackson/databind/JsonMappingException.html" title="class in com.fasterxml.jackson.databind">JsonMappingException</a> wrapWithPath(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a> src, 751 <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> refFrom, 752 <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> refFieldName)</pre> 753<div class="block">Method that can be called to either create a new JsonMappingException 754 (if underlying exception is not a JsonMappingException), or augment 755 given exception with given path/reference information. 756 757 This version of method is called when the reference is through a 758 non-indexed object, such as a Map or POJO/bean.</div> 759</li> 760</ul> 761<a name="wrapWithPath-java.lang.Throwable-java.lang.Object-int-"> 762<!-- --> 763</a> 764<ul class="blockList"> 765<li class="blockList"> 766<h4>wrapWithPath</h4> 767<pre>public static <a href="../../../../com/fasterxml/jackson/databind/JsonMappingException.html" title="class in com.fasterxml.jackson.databind">JsonMappingException</a> wrapWithPath(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a> src, 768 <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> refFrom, 769 int index)</pre> 770<div class="block">Method that can be called to either create a new JsonMappingException 771 (if underlying exception is not a JsonMappingException), or augment 772 given exception with given path/reference information. 773 774 This version of method is called when the reference is through an 775 index, which happens with arrays and Collections.</div> 776</li> 777</ul> 778<a name="wrapWithPath-java.lang.Throwable-com.fasterxml.jackson.databind.JsonMappingException.Reference-"> 779<!-- --> 780</a> 781<ul class="blockList"> 782<li class="blockList"> 783<h4>wrapWithPath</h4> 784<pre>public static <a href="../../../../com/fasterxml/jackson/databind/JsonMappingException.html" title="class in com.fasterxml.jackson.databind">JsonMappingException</a> wrapWithPath(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a> src, 785 <a href="../../../../com/fasterxml/jackson/databind/JsonMappingException.Reference.html" title="class in com.fasterxml.jackson.databind">JsonMappingException.Reference</a> ref)</pre> 786<div class="block">Method that can be called to either create a new JsonMappingException 787 (if underlying exception is not a JsonMappingException), or augment 788 given exception with given path/reference information.</div> 789</li> 790</ul> 791<a name="getPath--"> 792<!-- --> 793</a> 794<ul class="blockList"> 795<li class="blockList"> 796<h4>getPath</h4> 797<pre>public <a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a><<a href="../../../../com/fasterxml/jackson/databind/JsonMappingException.Reference.html" title="class in com.fasterxml.jackson.databind">JsonMappingException.Reference</a>> getPath()</pre> 798<div class="block">Method for accessing full structural path within type hierarchy 799 down to problematic property.</div> 800</li> 801</ul> 802<a name="getPathReference--"> 803<!-- --> 804</a> 805<ul class="blockList"> 806<li class="blockList"> 807<h4>getPathReference</h4> 808<pre>public <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> getPathReference()</pre> 809<div class="block">Method for accessing description of path that lead to the 810 problem that triggered this exception</div> 811</li> 812</ul> 813<a name="getPathReference-java.lang.StringBuilder-"> 814<!-- --> 815</a> 816<ul class="blockList"> 817<li class="blockList"> 818<h4>getPathReference</h4> 819<pre>public <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/StringBuilder.html?is-external=true" title="class or interface in java.lang">StringBuilder</a> getPathReference(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/StringBuilder.html?is-external=true" title="class or interface in java.lang">StringBuilder</a> sb)</pre> 820</li> 821</ul> 822<a name="prependPath-java.lang.Object-java.lang.String-"> 823<!-- --> 824</a> 825<ul class="blockList"> 826<li class="blockList"> 827<h4>prependPath</h4> 828<pre>public void prependPath(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> referrer, 829 <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> fieldName)</pre> 830<div class="block">Method called to prepend a reference information in front of 831 current path</div> 832</li> 833</ul> 834<a name="prependPath-java.lang.Object-int-"> 835<!-- --> 836</a> 837<ul class="blockList"> 838<li class="blockList"> 839<h4>prependPath</h4> 840<pre>public void prependPath(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> referrer, 841 int index)</pre> 842<div class="block">Method called to prepend a reference information in front of 843 current path</div> 844</li> 845</ul> 846<a name="prependPath-com.fasterxml.jackson.databind.JsonMappingException.Reference-"> 847<!-- --> 848</a> 849<ul class="blockList"> 850<li class="blockList"> 851<h4>prependPath</h4> 852<pre>public void prependPath(<a href="../../../../com/fasterxml/jackson/databind/JsonMappingException.Reference.html" title="class in com.fasterxml.jackson.databind">JsonMappingException.Reference</a> r)</pre> 853</li> 854</ul> 855<a name="getProcessor--"> 856<!-- --> 857</a> 858<ul class="blockList"> 859<li class="blockList"> 860<h4>getProcessor</h4> 861<pre>public <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> getProcessor()</pre> 862<dl> 863<dt><span class="overrideSpecifyLabel">Overrides:</span></dt> 864<dd><code><a href="http://fasterxml.github.io/jackson-core/javadoc/2.10/com/fasterxml/jackson/core/JsonProcessingException.html?is-external=true#getProcessor--" title="class or interface in com.fasterxml.jackson.core">getProcessor</a></code> in class <code><a href="http://fasterxml.github.io/jackson-core/javadoc/2.10/com/fasterxml/jackson/core/JsonProcessingException.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonProcessingException</a></code></dd> 865</dl> 866</li> 867</ul> 868<a name="getLocalizedMessage--"> 869<!-- --> 870</a> 871<ul class="blockList"> 872<li class="blockList"> 873<h4>getLocalizedMessage</h4> 874<pre>public <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> getLocalizedMessage()</pre> 875<dl> 876<dt><span class="overrideSpecifyLabel">Overrides:</span></dt> 877<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true#getLocalizedMessage--" title="class or interface in java.lang">getLocalizedMessage</a></code> in class <code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a></code></dd> 878</dl> 879</li> 880</ul> 881<a name="getMessage--"> 882<!-- --> 883</a> 884<ul class="blockList"> 885<li class="blockList"> 886<h4>getMessage</h4> 887<pre>public <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> getMessage()</pre> 888<div class="block">Method is overridden so that we can properly inject description 889 of problem path, if such is defined.</div> 890<dl> 891<dt><span class="overrideSpecifyLabel">Overrides:</span></dt> 892<dd><code><a href="http://fasterxml.github.io/jackson-core/javadoc/2.10/com/fasterxml/jackson/core/JsonProcessingException.html?is-external=true#getMessage--" title="class or interface in com.fasterxml.jackson.core">getMessage</a></code> in class <code><a href="http://fasterxml.github.io/jackson-core/javadoc/2.10/com/fasterxml/jackson/core/JsonProcessingException.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonProcessingException</a></code></dd> 893</dl> 894</li> 895</ul> 896<a name="Z:Z_buildMessage--"> 897<!-- --> 898</a> 899<ul class="blockList"> 900<li class="blockList"> 901<h4>_buildMessage</h4> 902<pre>protected <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> _buildMessage()</pre> 903</li> 904</ul> 905<a name="toString--"> 906<!-- --> 907</a> 908<ul class="blockList"> 909<li class="blockList"> 910<h4>toString</h4> 911<pre>public <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> toString()</pre> 912<dl> 913<dt><span class="overrideSpecifyLabel">Overrides:</span></dt> 914<dd><code><a href="http://fasterxml.github.io/jackson-core/javadoc/2.10/com/fasterxml/jackson/core/JsonProcessingException.html?is-external=true#toString--" title="class or interface in com.fasterxml.jackson.core">toString</a></code> in class <code><a href="http://fasterxml.github.io/jackson-core/javadoc/2.10/com/fasterxml/jackson/core/JsonProcessingException.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonProcessingException</a></code></dd> 915</dl> 916</li> 917</ul> 918<a name="Z:Z_appendPathDesc-java.lang.StringBuilder-"> 919<!-- --> 920</a> 921<ul class="blockListLast"> 922<li class="blockList"> 923<h4>_appendPathDesc</h4> 924<pre>protected void _appendPathDesc(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/StringBuilder.html?is-external=true" title="class or interface in java.lang">StringBuilder</a> sb)</pre> 925</li> 926</ul> 927</li> 928</ul> 929</li> 930</ul> 931</div> 932</div> 933<!-- ========= END OF CLASS DATA ========= --> 934<!-- ======= START OF BOTTOM NAVBAR ====== --> 935<div class="bottomNav"><a name="navbar.bottom"> 936<!-- --> 937</a> 938<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> 939<a name="navbar.bottom.firstrow"> 940<!-- --> 941</a> 942<ul class="navList" title="Navigation"> 943<li><a href="../../../../overview-summary.html">Overview</a></li> 944<li><a href="package-summary.html">Package</a></li> 945<li class="navBarCell1Rev">Class</li> 946<li><a href="class-use/JsonMappingException.html">Use</a></li> 947<li><a href="package-tree.html">Tree</a></li> 948<li><a href="../../../../deprecated-list.html">Deprecated</a></li> 949<li><a href="../../../../index-all.html">Index</a></li> 950<li><a href="../../../../help-doc.html">Help</a></li> 951</ul> 952</div> 953<div class="subNav"> 954<ul class="navList"> 955<li><a href="../../../../com/fasterxml/jackson/databind/JsonDeserializer.None.html" title="class in com.fasterxml.jackson.databind"><span class="typeNameLink">Prev Class</span></a></li> 956<li><a href="../../../../com/fasterxml/jackson/databind/JsonMappingException.Reference.html" title="class in com.fasterxml.jackson.databind"><span class="typeNameLink">Next Class</span></a></li> 957</ul> 958<ul class="navList"> 959<li><a href="../../../../index.html?com/fasterxml/jackson/databind/JsonMappingException.html" target="_top">Frames</a></li> 960<li><a href="JsonMappingException.html" target="_top">No Frames</a></li> 961</ul> 962<ul class="navList" id="allclasses_navbar_bottom"> 963<li><a href="../../../../allclasses-noframe.html">All Classes</a></li> 964</ul> 965<div> 966<script type="text/javascript"><!-- 967 allClassesLink = document.getElementById("allclasses_navbar_bottom"); 968 if(window==top) { 969 allClassesLink.style.display = "block"; 970 } 971 else { 972 allClassesLink.style.display = "none"; 973 } 974 //--> 975</script> 976</div> 977<div> 978<ul class="subNavList"> 979<li>Summary: </li> 980<li><a href="#nested.class.summary">Nested</a> | </li> 981<li><a href="#field.summary">Field</a> | </li> 982<li><a href="#constructor.summary">Constr</a> | </li> 983<li><a href="#method.summary">Method</a></li> 984</ul> 985<ul class="subNavList"> 986<li>Detail: </li> 987<li><a href="#field.detail">Field</a> | </li> 988<li><a href="#constructor.detail">Constr</a> | </li> 989<li><a href="#method.detail">Method</a></li> 990</ul> 991</div> 992<a name="skip.navbar.bottom"> 993<!-- --> 994</a></div> 995<!-- ======== END OF BOTTOM NAVBAR ======= --> 996<p class="legalCopy"><small>Copyright © 2008–2019 <a href="http://fasterxml.com/">FasterXML</a>. All rights reserved.</small></p> 997</body> 998</html> 999