• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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_25) on Mon Jun 02 17:48:54 PDT 2014 -->
6<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
7<title>JsonMappingException (jackson-databind 2.4.0 API)</title>
8<meta name="date" content="2014-06-02">
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.4.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:&nbsp;</li>
65<li><a href="#nested_class_summary">Nested</a>&nbsp;|&nbsp;</li>
66<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
67<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
68<li><a href="#method_summary">Method</a></li>
69</ul>
70<ul class="subNavList">
71<li>Detail:&nbsp;</li>
72<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
73<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</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/6/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/6/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/6/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/6/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.4/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/6/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/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.4/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.
132<p>
133 One additional feature is the ability to denote relevant path
134 of references (during serialization/deserialization) to help in
135 troubleshooting.</div>
136<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>
137</li>
138</ul>
139</div>
140<div class="summary">
141<ul class="blockList">
142<li class="blockList">
143<!-- ======== NESTED CLASS SUMMARY ======== -->
144<ul class="blockList">
145<li class="blockList"><a name="nested_class_summary">
146<!--   -->
147</a>
148<h3>Nested Class Summary</h3>
149<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation">
150<caption><span>Nested Classes</span><span class="tabEnd">&nbsp;</span></caption>
151<tr>
152<th class="colFirst" scope="col">Modifier and Type</th>
153<th class="colLast" scope="col">Class and Description</th>
154</tr>
155<tr class="altColor">
156<td class="colFirst"><code>static class&nbsp;</code></td>
157<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>
158<div class="block">Simple bean class used to contain references.</div>
159</td>
160</tr>
161</table>
162</li>
163</ul>
164<!-- =========== FIELD SUMMARY =========== -->
165<ul class="blockList">
166<li class="blockList"><a name="field_summary">
167<!--   -->
168</a>
169<h3>Field Summary</h3>
170<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
171<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
172<tr>
173<th class="colFirst" scope="col">Modifier and Type</th>
174<th class="colLast" scope="col">Field and Description</th>
175</tr>
176<tr class="altColor">
177<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/6/docs/api/java/util/LinkedList.html?is-external=true" title="class or interface in java.util">LinkedList</a>&lt;<a href="../../../../com/fasterxml/jackson/databind/JsonMappingException.Reference.html" title="class in com.fasterxml.jackson.databind">JsonMappingException.Reference</a>&gt;</code></td>
178<td class="colLast"><code><strong><a href="../../../../com/fasterxml/jackson/databind/JsonMappingException.html#_path">_path</a></strong></code>
179<div class="block">Path through which problem that triggering throwing of
180 this exception was reached.</div>
181</td>
182</tr>
183</table>
184<ul class="blockList">
185<li class="blockList"><a name="fields_inherited_from_class_com.fasterxml.jackson.core.JsonProcessingException">
186<!--   -->
187</a>
188<h3>Fields inherited from class&nbsp;com.fasterxml.jackson.core.<a href="http://fasterxml.github.com/jackson-core/javadoc/2.4/com/fasterxml/jackson/core/JsonProcessingException.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonProcessingException</a></h3>
189<code><a href="http://fasterxml.github.com/jackson-core/javadoc/2.4/com/fasterxml/jackson/core/JsonProcessingException.html?is-external=true#_location" title="class or interface in com.fasterxml.jackson.core">_location</a></code></li>
190</ul>
191</li>
192</ul>
193<!-- ======== CONSTRUCTOR SUMMARY ======== -->
194<ul class="blockList">
195<li class="blockList"><a name="constructor_summary">
196<!--   -->
197</a>
198<h3>Constructor Summary</h3>
199<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
200<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
201<tr>
202<th class="colOne" scope="col">Constructor and Description</th>
203</tr>
204<tr class="altColor">
205<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/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;msg)</code>&nbsp;</td>
206</tr>
207<tr class="rowColor">
208<td class="colOne"><code><strong><a href="../../../../com/fasterxml/jackson/databind/JsonMappingException.html#JsonMappingException(java.lang.String, com.fasterxml.jackson.core.JsonLocation)">JsonMappingException</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;msg,
209                    <a href="http://fasterxml.github.com/jackson-core/javadoc/2.4/com/fasterxml/jackson/core/JsonLocation.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonLocation</a>&nbsp;loc)</code>&nbsp;</td>
210</tr>
211<tr class="altColor">
212<td class="colOne"><code><strong><a href="../../../../com/fasterxml/jackson/databind/JsonMappingException.html#JsonMappingException(java.lang.String, com.fasterxml.jackson.core.JsonLocation, java.lang.Throwable)">JsonMappingException</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;msg,
213                    <a href="http://fasterxml.github.com/jackson-core/javadoc/2.4/com/fasterxml/jackson/core/JsonLocation.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonLocation</a>&nbsp;loc,
214                    <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a>&nbsp;rootCause)</code>&nbsp;</td>
215</tr>
216<tr class="rowColor">
217<td class="colOne"><code><strong><a href="../../../../com/fasterxml/jackson/databind/JsonMappingException.html#JsonMappingException(java.lang.String, java.lang.Throwable)">JsonMappingException</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;msg,
218                    <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a>&nbsp;rootCause)</code>&nbsp;</td>
219</tr>
220</table>
221</li>
222</ul>
223<!-- ========== METHOD SUMMARY =========== -->
224<ul class="blockList">
225<li class="blockList"><a name="method_summary">
226<!--   -->
227</a>
228<h3>Method Summary</h3>
229<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
230<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
231<tr>
232<th class="colFirst" scope="col">Modifier and Type</th>
233<th class="colLast" scope="col">Method and Description</th>
234</tr>
235<tr class="altColor">
236<td class="colFirst"><code>protected void</code></td>
237<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/6/docs/api/java/lang/StringBuilder.html?is-external=true" title="class or interface in java.lang">StringBuilder</a>&nbsp;sb)</code>&nbsp;</td>
238</tr>
239<tr class="rowColor">
240<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
241<td class="colLast"><code><strong><a href="../../../../com/fasterxml/jackson/databind/JsonMappingException.html#_buildMessage()">_buildMessage</a></strong>()</code>&nbsp;</td>
242</tr>
243<tr class="altColor">
244<td class="colFirst"><code>static <a href="../../../../com/fasterxml/jackson/databind/JsonMappingException.html" title="class in com.fasterxml.jackson.databind">JsonMappingException</a></code></td>
245<td class="colLast"><code><strong><a href="../../../../com/fasterxml/jackson/databind/JsonMappingException.html#from(com.fasterxml.jackson.core.JsonParser, java.lang.String)">from</a></strong>(<a href="http://fasterxml.github.com/jackson-core/javadoc/2.4/com/fasterxml/jackson/core/JsonParser.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonParser</a>&nbsp;jp,
246    <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;msg)</code>&nbsp;</td>
247</tr>
248<tr class="rowColor">
249<td class="colFirst"><code>static <a href="../../../../com/fasterxml/jackson/databind/JsonMappingException.html" title="class in com.fasterxml.jackson.databind">JsonMappingException</a></code></td>
250<td class="colLast"><code><strong><a href="../../../../com/fasterxml/jackson/databind/JsonMappingException.html#from(com.fasterxml.jackson.core.JsonParser, java.lang.String, java.lang.Throwable)">from</a></strong>(<a href="http://fasterxml.github.com/jackson-core/javadoc/2.4/com/fasterxml/jackson/core/JsonParser.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonParser</a>&nbsp;jp,
251    <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;msg,
252    <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a>&nbsp;problem)</code>&nbsp;</td>
253</tr>
254<tr class="altColor">
255<td class="colFirst"><code>static <a href="../../../../com/fasterxml/jackson/databind/JsonMappingException.html" title="class in com.fasterxml.jackson.databind">JsonMappingException</a></code></td>
256<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/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a>&nbsp;src)</code>
257<div class="block">Factory method used when "upgrading" an <a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io"><code>IOException</code></a> into
258 <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
259 a signature.</div>
260</td>
261</tr>
262<tr class="rowColor">
263<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
264<td class="colLast"><code><strong><a href="../../../../com/fasterxml/jackson/databind/JsonMappingException.html#getLocalizedMessage()">getLocalizedMessage</a></strong>()</code>&nbsp;</td>
265</tr>
266<tr class="altColor">
267<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
268<td class="colLast"><code><strong><a href="../../../../com/fasterxml/jackson/databind/JsonMappingException.html#getMessage()">getMessage</a></strong>()</code>
269<div class="block">Method is overridden so that we can properly inject description
270 of problem path, if such is defined.</div>
271</td>
272</tr>
273<tr class="rowColor">
274<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../com/fasterxml/jackson/databind/JsonMappingException.Reference.html" title="class in com.fasterxml.jackson.databind">JsonMappingException.Reference</a>&gt;</code></td>
275<td class="colLast"><code><strong><a href="../../../../com/fasterxml/jackson/databind/JsonMappingException.html#getPath()">getPath</a></strong>()</code>
276<div class="block">Method for accessing full structural path within type hierarchy
277 down to problematic property.</div>
278</td>
279</tr>
280<tr class="altColor">
281<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
282<td class="colLast"><code><strong><a href="../../../../com/fasterxml/jackson/databind/JsonMappingException.html#getPathReference()">getPathReference</a></strong>()</code>
283<div class="block">Method for accesing description of path that lead to the
284 problem that triggered this exception</div>
285</td>
286</tr>
287<tr class="rowColor">
288<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/StringBuilder.html?is-external=true" title="class or interface in java.lang">StringBuilder</a></code></td>
289<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/6/docs/api/java/lang/StringBuilder.html?is-external=true" title="class or interface in java.lang">StringBuilder</a>&nbsp;sb)</code>&nbsp;</td>
290</tr>
291<tr class="altColor">
292<td class="colFirst"><code>void</code></td>
293<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>&nbsp;r)</code>&nbsp;</td>
294</tr>
295<tr class="rowColor">
296<td class="colFirst"><code>void</code></td>
297<td class="colLast"><code><strong><a href="../../../../com/fasterxml/jackson/databind/JsonMappingException.html#prependPath(java.lang.Object, int)">prependPath</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;referrer,
298           int&nbsp;index)</code>
299<div class="block">Method called to prepend a reference information in front of
300 current path</div>
301</td>
302</tr>
303<tr class="altColor">
304<td class="colFirst"><code>void</code></td>
305<td class="colLast"><code><strong><a href="../../../../com/fasterxml/jackson/databind/JsonMappingException.html#prependPath(java.lang.Object, java.lang.String)">prependPath</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;referrer,
306           <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;fieldName)</code>
307<div class="block">Method called to prepend a reference information in front of
308 current path</div>
309</td>
310</tr>
311<tr class="rowColor">
312<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
313<td class="colLast"><code><strong><a href="../../../../com/fasterxml/jackson/databind/JsonMappingException.html#toString()">toString</a></strong>()</code>&nbsp;</td>
314</tr>
315<tr class="altColor">
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><strong><a href="../../../../com/fasterxml/jackson/databind/JsonMappingException.html#wrapWithPath(java.lang.Throwable, com.fasterxml.jackson.databind.JsonMappingException.Reference)">wrapWithPath</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a>&nbsp;src,
318            <a href="../../../../com/fasterxml/jackson/databind/JsonMappingException.Reference.html" title="class in com.fasterxml.jackson.databind">JsonMappingException.Reference</a>&nbsp;ref)</code>
319<div class="block">Method that can be called to either create a new JsonMappingException
320 (if underlying exception is not a JsonMappingException), or augment
321 given exception with given path/reference information.</div>
322</td>
323</tr>
324<tr class="rowColor">
325<td class="colFirst"><code>static <a href="../../../../com/fasterxml/jackson/databind/JsonMappingException.html" title="class in com.fasterxml.jackson.databind">JsonMappingException</a></code></td>
326<td class="colLast"><code><strong><a href="../../../../com/fasterxml/jackson/databind/JsonMappingException.html#wrapWithPath(java.lang.Throwable, java.lang.Object, int)">wrapWithPath</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a>&nbsp;src,
327            <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;refFrom,
328            int&nbsp;index)</code>
329<div class="block">Method that can be called to either create a new JsonMappingException
330 (if underlying exception is not a JsonMappingException), or augment
331 given exception with given path/reference information.</div>
332</td>
333</tr>
334<tr class="altColor">
335<td class="colFirst"><code>static <a href="../../../../com/fasterxml/jackson/databind/JsonMappingException.html" title="class in com.fasterxml.jackson.databind">JsonMappingException</a></code></td>
336<td class="colLast"><code><strong><a href="../../../../com/fasterxml/jackson/databind/JsonMappingException.html#wrapWithPath(java.lang.Throwable, java.lang.Object, java.lang.String)">wrapWithPath</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a>&nbsp;src,
337            <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;refFrom,
338            <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;refFieldName)</code>
339<div class="block">Method that can be called to either create a new JsonMappingException
340 (if underlying exception is not a JsonMappingException), or augment
341 given exception with given path/reference information.</div>
342</td>
343</tr>
344</table>
345<ul class="blockList">
346<li class="blockList"><a name="methods_inherited_from_class_com.fasterxml.jackson.core.JsonProcessingException">
347<!--   -->
348</a>
349<h3>Methods inherited from class&nbsp;com.fasterxml.jackson.core.<a href="http://fasterxml.github.com/jackson-core/javadoc/2.4/com/fasterxml/jackson/core/JsonProcessingException.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonProcessingException</a></h3>
350<code><a href="http://fasterxml.github.com/jackson-core/javadoc/2.4/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.4/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.4/com/fasterxml/jackson/core/JsonProcessingException.html?is-external=true#getOriginalMessage()" title="class or interface in com.fasterxml.jackson.core">getOriginalMessage</a></code></li>
351</ul>
352<ul class="blockList">
353<li class="blockList"><a name="methods_inherited_from_class_java.lang.Throwable">
354<!--   -->
355</a>
356<h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a></h3>
357<code><a href="http://docs.oracle.com/javase/6/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/6/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/6/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/6/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/6/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/6/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/6/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/6/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/6/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/6/docs/api/java/lang/Throwable.html?is-external=true#setStackTrace(java.lang.StackTraceElement[])" title="class or interface in java.lang">setStackTrace</a></code></li>
358</ul>
359<ul class="blockList">
360<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
361<!--   -->
362</a>
363<h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
364<code><a href="http://docs.oracle.com/javase/6/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/6/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/6/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/6/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/6/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/6/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/6/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/6/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/6/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/6/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</a></code></li>
365</ul>
366</li>
367</ul>
368</li>
369</ul>
370</div>
371<div class="details">
372<ul class="blockList">
373<li class="blockList">
374<!-- ============ FIELD DETAIL =========== -->
375<ul class="blockList">
376<li class="blockList"><a name="field_detail">
377<!--   -->
378</a>
379<h3>Field Detail</h3>
380<a name="_path">
381<!--   -->
382</a>
383<ul class="blockListLast">
384<li class="blockList">
385<h4>_path</h4>
386<pre>protected&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/util/LinkedList.html?is-external=true" title="class or interface in java.util">LinkedList</a>&lt;<a href="../../../../com/fasterxml/jackson/databind/JsonMappingException.Reference.html" title="class in com.fasterxml.jackson.databind">JsonMappingException.Reference</a>&gt; _path</pre>
387<div class="block">Path through which problem that triggering throwing of
388 this exception was reached.</div>
389</li>
390</ul>
391</li>
392</ul>
393<!-- ========= CONSTRUCTOR DETAIL ======== -->
394<ul class="blockList">
395<li class="blockList"><a name="constructor_detail">
396<!--   -->
397</a>
398<h3>Constructor Detail</h3>
399<a name="JsonMappingException(java.lang.String)">
400<!--   -->
401</a>
402<ul class="blockList">
403<li class="blockList">
404<h4>JsonMappingException</h4>
405<pre>public&nbsp;JsonMappingException(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;msg)</pre>
406</li>
407</ul>
408<a name="JsonMappingException(java.lang.String, java.lang.Throwable)">
409<!--   -->
410</a>
411<ul class="blockList">
412<li class="blockList">
413<h4>JsonMappingException</h4>
414<pre>public&nbsp;JsonMappingException(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;msg,
415                    <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a>&nbsp;rootCause)</pre>
416</li>
417</ul>
418<a name="JsonMappingException(java.lang.String, com.fasterxml.jackson.core.JsonLocation)">
419<!--   -->
420</a>
421<ul class="blockList">
422<li class="blockList">
423<h4>JsonMappingException</h4>
424<pre>public&nbsp;JsonMappingException(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;msg,
425                    <a href="http://fasterxml.github.com/jackson-core/javadoc/2.4/com/fasterxml/jackson/core/JsonLocation.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonLocation</a>&nbsp;loc)</pre>
426</li>
427</ul>
428<a name="JsonMappingException(java.lang.String, com.fasterxml.jackson.core.JsonLocation, java.lang.Throwable)">
429<!--   -->
430</a>
431<ul class="blockListLast">
432<li class="blockList">
433<h4>JsonMappingException</h4>
434<pre>public&nbsp;JsonMappingException(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;msg,
435                    <a href="http://fasterxml.github.com/jackson-core/javadoc/2.4/com/fasterxml/jackson/core/JsonLocation.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonLocation</a>&nbsp;loc,
436                    <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a>&nbsp;rootCause)</pre>
437</li>
438</ul>
439</li>
440</ul>
441<!-- ============ METHOD DETAIL ========== -->
442<ul class="blockList">
443<li class="blockList"><a name="method_detail">
444<!--   -->
445</a>
446<h3>Method Detail</h3>
447<a name="from(com.fasterxml.jackson.core.JsonParser, java.lang.String)">
448<!--   -->
449</a>
450<ul class="blockList">
451<li class="blockList">
452<h4>from</h4>
453<pre>public static&nbsp;<a href="../../../../com/fasterxml/jackson/databind/JsonMappingException.html" title="class in com.fasterxml.jackson.databind">JsonMappingException</a>&nbsp;from(<a href="http://fasterxml.github.com/jackson-core/javadoc/2.4/com/fasterxml/jackson/core/JsonParser.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonParser</a>&nbsp;jp,
454                        <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;msg)</pre>
455</li>
456</ul>
457<a name="from(com.fasterxml.jackson.core.JsonParser, java.lang.String, java.lang.Throwable)">
458<!--   -->
459</a>
460<ul class="blockList">
461<li class="blockList">
462<h4>from</h4>
463<pre>public static&nbsp;<a href="../../../../com/fasterxml/jackson/databind/JsonMappingException.html" title="class in com.fasterxml.jackson.databind">JsonMappingException</a>&nbsp;from(<a href="http://fasterxml.github.com/jackson-core/javadoc/2.4/com/fasterxml/jackson/core/JsonParser.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonParser</a>&nbsp;jp,
464                        <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;msg,
465                        <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a>&nbsp;problem)</pre>
466</li>
467</ul>
468<a name="fromUnexpectedIOE(java.io.IOException)">
469<!--   -->
470</a>
471<ul class="blockList">
472<li class="blockList">
473<h4>fromUnexpectedIOE</h4>
474<pre>public static&nbsp;<a href="../../../../com/fasterxml/jackson/databind/JsonMappingException.html" title="class in com.fasterxml.jackson.databind">JsonMappingException</a>&nbsp;fromUnexpectedIOE(<a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a>&nbsp;src)</pre>
475<div class="block">Factory method used when "upgrading" an <a href="http://docs.oracle.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io"><code>IOException</code></a> into
476 <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
477 a signature.</div>
478<dl><dt><span class="strong">Since:</span></dt>
479  <dd>2.1</dd></dl>
480</li>
481</ul>
482<a name="wrapWithPath(java.lang.Throwable, java.lang.Object, java.lang.String)">
483<!--   -->
484</a>
485<ul class="blockList">
486<li class="blockList">
487<h4>wrapWithPath</h4>
488<pre>public static&nbsp;<a href="../../../../com/fasterxml/jackson/databind/JsonMappingException.html" title="class in com.fasterxml.jackson.databind">JsonMappingException</a>&nbsp;wrapWithPath(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a>&nbsp;src,
489                                <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;refFrom,
490                                <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;refFieldName)</pre>
491<div class="block">Method that can be called to either create a new JsonMappingException
492 (if underlying exception is not a JsonMappingException), or augment
493 given exception with given path/reference information.
494
495 This version of method is called when the reference is through a
496 non-indexed object, such as a Map or POJO/bean.</div>
497</li>
498</ul>
499<a name="wrapWithPath(java.lang.Throwable, java.lang.Object, int)">
500<!--   -->
501</a>
502<ul class="blockList">
503<li class="blockList">
504<h4>wrapWithPath</h4>
505<pre>public static&nbsp;<a href="../../../../com/fasterxml/jackson/databind/JsonMappingException.html" title="class in com.fasterxml.jackson.databind">JsonMappingException</a>&nbsp;wrapWithPath(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a>&nbsp;src,
506                                <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;refFrom,
507                                int&nbsp;index)</pre>
508<div class="block">Method that can be called to either create a new JsonMappingException
509 (if underlying exception is not a JsonMappingException), or augment
510 given exception with given path/reference information.
511
512 This version of method is called when the reference is through an
513 index, which happens with arrays and Collections.</div>
514</li>
515</ul>
516<a name="wrapWithPath(java.lang.Throwable, com.fasterxml.jackson.databind.JsonMappingException.Reference)">
517<!--   -->
518</a>
519<ul class="blockList">
520<li class="blockList">
521<h4>wrapWithPath</h4>
522<pre>public static&nbsp;<a href="../../../../com/fasterxml/jackson/databind/JsonMappingException.html" title="class in com.fasterxml.jackson.databind">JsonMappingException</a>&nbsp;wrapWithPath(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a>&nbsp;src,
523                                <a href="../../../../com/fasterxml/jackson/databind/JsonMappingException.Reference.html" title="class in com.fasterxml.jackson.databind">JsonMappingException.Reference</a>&nbsp;ref)</pre>
524<div class="block">Method that can be called to either create a new JsonMappingException
525 (if underlying exception is not a JsonMappingException), or augment
526 given exception with given path/reference information.</div>
527</li>
528</ul>
529<a name="getPath()">
530<!--   -->
531</a>
532<ul class="blockList">
533<li class="blockList">
534<h4>getPath</h4>
535<pre>public&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../com/fasterxml/jackson/databind/JsonMappingException.Reference.html" title="class in com.fasterxml.jackson.databind">JsonMappingException.Reference</a>&gt;&nbsp;getPath()</pre>
536<div class="block">Method for accessing full structural path within type hierarchy
537 down to problematic property.</div>
538</li>
539</ul>
540<a name="getPathReference()">
541<!--   -->
542</a>
543<ul class="blockList">
544<li class="blockList">
545<h4>getPathReference</h4>
546<pre>public&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getPathReference()</pre>
547<div class="block">Method for accesing description of path that lead to the
548 problem that triggered this exception</div>
549</li>
550</ul>
551<a name="getPathReference(java.lang.StringBuilder)">
552<!--   -->
553</a>
554<ul class="blockList">
555<li class="blockList">
556<h4>getPathReference</h4>
557<pre>public&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/StringBuilder.html?is-external=true" title="class or interface in java.lang">StringBuilder</a>&nbsp;getPathReference(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/StringBuilder.html?is-external=true" title="class or interface in java.lang">StringBuilder</a>&nbsp;sb)</pre>
558</li>
559</ul>
560<a name="prependPath(java.lang.Object, java.lang.String)">
561<!--   -->
562</a>
563<ul class="blockList">
564<li class="blockList">
565<h4>prependPath</h4>
566<pre>public&nbsp;void&nbsp;prependPath(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;referrer,
567               <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;fieldName)</pre>
568<div class="block">Method called to prepend a reference information in front of
569 current path</div>
570</li>
571</ul>
572<a name="prependPath(java.lang.Object, int)">
573<!--   -->
574</a>
575<ul class="blockList">
576<li class="blockList">
577<h4>prependPath</h4>
578<pre>public&nbsp;void&nbsp;prependPath(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;referrer,
579               int&nbsp;index)</pre>
580<div class="block">Method called to prepend a reference information in front of
581 current path</div>
582</li>
583</ul>
584<a name="prependPath(com.fasterxml.jackson.databind.JsonMappingException.Reference)">
585<!--   -->
586</a>
587<ul class="blockList">
588<li class="blockList">
589<h4>prependPath</h4>
590<pre>public&nbsp;void&nbsp;prependPath(<a href="../../../../com/fasterxml/jackson/databind/JsonMappingException.Reference.html" title="class in com.fasterxml.jackson.databind">JsonMappingException.Reference</a>&nbsp;r)</pre>
591</li>
592</ul>
593<a name="getLocalizedMessage()">
594<!--   -->
595</a>
596<ul class="blockList">
597<li class="blockList">
598<h4>getLocalizedMessage</h4>
599<pre>public&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getLocalizedMessage()</pre>
600<dl>
601<dt><strong>Overrides:</strong></dt>
602<dd><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true#getLocalizedMessage()" title="class or interface in java.lang">getLocalizedMessage</a></code>&nbsp;in class&nbsp;<code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a></code></dd>
603</dl>
604</li>
605</ul>
606<a name="getMessage()">
607<!--   -->
608</a>
609<ul class="blockList">
610<li class="blockList">
611<h4>getMessage</h4>
612<pre>public&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getMessage()</pre>
613<div class="block">Method is overridden so that we can properly inject description
614 of problem path, if such is defined.</div>
615<dl>
616<dt><strong>Overrides:</strong></dt>
617<dd><code><a href="http://fasterxml.github.com/jackson-core/javadoc/2.4/com/fasterxml/jackson/core/JsonProcessingException.html?is-external=true#getMessage()" title="class or interface in com.fasterxml.jackson.core">getMessage</a></code>&nbsp;in class&nbsp;<code><a href="http://fasterxml.github.com/jackson-core/javadoc/2.4/com/fasterxml/jackson/core/JsonProcessingException.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonProcessingException</a></code></dd>
618</dl>
619</li>
620</ul>
621<a name="_buildMessage()">
622<!--   -->
623</a>
624<ul class="blockList">
625<li class="blockList">
626<h4>_buildMessage</h4>
627<pre>protected&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;_buildMessage()</pre>
628</li>
629</ul>
630<a name="toString()">
631<!--   -->
632</a>
633<ul class="blockList">
634<li class="blockList">
635<h4>toString</h4>
636<pre>public&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;toString()</pre>
637<dl>
638<dt><strong>Overrides:</strong></dt>
639<dd><code><a href="http://fasterxml.github.com/jackson-core/javadoc/2.4/com/fasterxml/jackson/core/JsonProcessingException.html?is-external=true#toString()" title="class or interface in com.fasterxml.jackson.core">toString</a></code>&nbsp;in class&nbsp;<code><a href="http://fasterxml.github.com/jackson-core/javadoc/2.4/com/fasterxml/jackson/core/JsonProcessingException.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonProcessingException</a></code></dd>
640</dl>
641</li>
642</ul>
643<a name="_appendPathDesc(java.lang.StringBuilder)">
644<!--   -->
645</a>
646<ul class="blockListLast">
647<li class="blockList">
648<h4>_appendPathDesc</h4>
649<pre>protected&nbsp;void&nbsp;_appendPathDesc(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/StringBuilder.html?is-external=true" title="class or interface in java.lang">StringBuilder</a>&nbsp;sb)</pre>
650</li>
651</ul>
652</li>
653</ul>
654</li>
655</ul>
656</div>
657</div>
658<!-- ========= END OF CLASS DATA ========= -->
659<!-- ======= START OF BOTTOM NAVBAR ====== -->
660<div class="bottomNav"><a name="navbar_bottom">
661<!--   -->
662</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
663<!--   -->
664</a>
665<ul class="navList" title="Navigation">
666<li><a href="../../../../overview-summary.html">Overview</a></li>
667<li><a href="package-summary.html">Package</a></li>
668<li class="navBarCell1Rev">Class</li>
669<li><a href="class-use/JsonMappingException.html">Use</a></li>
670<li><a href="package-tree.html">Tree</a></li>
671<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
672<li><a href="../../../../index-all.html">Index</a></li>
673<li><a href="../../../../help-doc.html">Help</a></li>
674</ul>
675</div>
676<div class="subNav">
677<ul class="navList">
678<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>
679<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>
680</ul>
681<ul class="navList">
682<li><a href="../../../../index.html?com/fasterxml/jackson/databind/JsonMappingException.html" target="_top">Frames</a></li>
683<li><a href="JsonMappingException.html" target="_top">No Frames</a></li>
684</ul>
685<ul class="navList" id="allclasses_navbar_bottom">
686<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
687</ul>
688<div>
689<script type="text/javascript"><!--
690  allClassesLink = document.getElementById("allclasses_navbar_bottom");
691  if(window==top) {
692    allClassesLink.style.display = "block";
693  }
694  else {
695    allClassesLink.style.display = "none";
696  }
697  //-->
698</script>
699</div>
700<div>
701<ul class="subNavList">
702<li>Summary:&nbsp;</li>
703<li><a href="#nested_class_summary">Nested</a>&nbsp;|&nbsp;</li>
704<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
705<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
706<li><a href="#method_summary">Method</a></li>
707</ul>
708<ul class="subNavList">
709<li>Detail:&nbsp;</li>
710<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
711<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
712<li><a href="#method_detail">Method</a></li>
713</ul>
714</div>
715<a name="skip-navbar_bottom">
716<!--   -->
717</a></div>
718<!-- ======== END OF BOTTOM NAVBAR ======= -->
719<p class="legalCopy"><small>Copyright &#169; 2014 <a href="http://fasterxml.com/">FasterXML</a>. All Rights Reserved.</small></p>
720</body>
721</html>
722