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