• 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_10-ea) on Mon Apr 22 19:50:38 PDT 2013 -->
6<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
7<title>UnrecognizedPropertyException (jackson-databind 2.2.0 API)</title>
8<meta name="date" content="2013-04-22">
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="UnrecognizedPropertyException (jackson-databind 2.2.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/UnrecognizedPropertyException.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/exc/InvalidFormatException.html" title="class in com.fasterxml.jackson.databind.exc"><span class="strong">Prev Class</span></a></li>
41<li>Next Class</li>
42</ul>
43<ul class="navList">
44<li><a href="../../../../../index.html?com/fasterxml/jackson/databind/exc/UnrecognizedPropertyException.html" target="_top">Frames</a></li>
45<li><a href="UnrecognizedPropertyException.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_classes_inherited_from_class_com.fasterxml.jackson.databind.JsonMappingException">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.exc</div>
84<h2 title="Class UnrecognizedPropertyException" class="title">Class UnrecognizedPropertyException</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.1.1/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><a href="../../../../../com/fasterxml/jackson/databind/JsonMappingException.html" title="class in com.fasterxml.jackson.databind">com.fasterxml.jackson.databind.JsonMappingException</a></li>
104<li>
105<ul class="inheritance">
106<li>com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException</li>
107</ul>
108</li>
109</ul>
110</li>
111</ul>
112</li>
113</ul>
114</li>
115</ul>
116</li>
117</ul>
118</li>
119</ul>
120<div class="description">
121<ul class="blockList">
122<li class="blockList">
123<dl>
124<dt>All Implemented Interfaces:</dt>
125<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>
126</dl>
127<hr>
128<br>
129<pre>public class <span class="strong">UnrecognizedPropertyException</span>
130extends <a href="../../../../../com/fasterxml/jackson/databind/JsonMappingException.html" title="class in com.fasterxml.jackson.databind">JsonMappingException</a></pre>
131<div class="block">Specialized <a href="../../../../../com/fasterxml/jackson/databind/JsonMappingException.html" title="class in com.fasterxml.jackson.databind"><code>JsonMappingException</code></a> sub-class specifically used
132 to indicate problems due to encountering a JSON property that could
133 not be mapped to an Object property (via getter, constructor argument
134 or field).</div>
135<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../serialized-form.html#com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException">Serialized Form</a></dd></dl>
136</li>
137</ul>
138</div>
139<div class="summary">
140<ul class="blockList">
141<li class="blockList">
142<!-- ======== NESTED CLASS SUMMARY ======== -->
143<ul class="blockList">
144<li class="blockList"><a name="nested_class_summary">
145<!--   -->
146</a>
147<h3>Nested Class Summary</h3>
148<ul class="blockList">
149<li class="blockList"><a name="nested_classes_inherited_from_class_com.fasterxml.jackson.databind.JsonMappingException">
150<!--   -->
151</a>
152<h3>Nested classes/interfaces inherited from class&nbsp;com.fasterxml.jackson.databind.<a href="../../../../../com/fasterxml/jackson/databind/JsonMappingException.html" title="class in com.fasterxml.jackson.databind">JsonMappingException</a></h3>
153<code><a href="../../../../../com/fasterxml/jackson/databind/JsonMappingException.Reference.html" title="class in com.fasterxml.jackson.databind">JsonMappingException.Reference</a></code></li>
154</ul>
155</li>
156</ul>
157<!-- =========== FIELD SUMMARY =========== -->
158<ul class="blockList">
159<li class="blockList"><a name="field_summary">
160<!--   -->
161</a>
162<h3>Field Summary</h3>
163<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
164<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
165<tr>
166<th class="colFirst" scope="col">Modifier and Type</th>
167<th class="colLast" scope="col">Field and Description</th>
168</tr>
169<tr class="altColor">
170<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>
171<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/exc/UnrecognizedPropertyException.html#_propertiesAsString">_propertiesAsString</a></strong></code>
172<div class="block">Lazily constructed description of known properties, used for
173 constructing actual message if and as needed.</div>
174</td>
175</tr>
176<tr class="rowColor">
177<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<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>&gt;</code></td>
178<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/exc/UnrecognizedPropertyException.html#_propertyIds">_propertyIds</a></strong></code>
179<div class="block">Set of ids of properties that are known for the type, if this
180 can be statically determined.</div>
181</td>
182</tr>
183<tr class="altColor">
184<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;</code></td>
185<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/exc/UnrecognizedPropertyException.html#_referringClass">_referringClass</a></strong></code>
186<div class="block">Class that does not contain mapping for the unrecognized property.</div>
187</td>
188</tr>
189<tr class="rowColor">
190<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>
191<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/exc/UnrecognizedPropertyException.html#_unrecognizedPropertyName">_unrecognizedPropertyName</a></strong></code>
192<div class="block">
193 Note: redundant information since it is also included in the
194 reference path.</div>
195</td>
196</tr>
197</table>
198<ul class="blockList">
199<li class="blockList"><a name="fields_inherited_from_class_com.fasterxml.jackson.databind.JsonMappingException">
200<!--   -->
201</a>
202<h3>Fields inherited from class&nbsp;com.fasterxml.jackson.databind.<a href="../../../../../com/fasterxml/jackson/databind/JsonMappingException.html" title="class in com.fasterxml.jackson.databind">JsonMappingException</a></h3>
203<code><a href="../../../../../com/fasterxml/jackson/databind/JsonMappingException.html#_path">_path</a></code></li>
204</ul>
205<ul class="blockList">
206<li class="blockList"><a name="fields_inherited_from_class_com.fasterxml.jackson.core.JsonProcessingException">
207<!--   -->
208</a>
209<h3>Fields inherited from class&nbsp;com.fasterxml.jackson.core.<a href="http://fasterxml.github.com/jackson-core/javadoc/2.1.1/com/fasterxml/jackson/core/JsonProcessingException.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonProcessingException</a></h3>
210<code><a href="http://fasterxml.github.com/jackson-core/javadoc/2.1.1/com/fasterxml/jackson/core/JsonProcessingException.html?is-external=true#_location" title="class or interface in com.fasterxml.jackson.core">_location</a></code></li>
211</ul>
212</li>
213</ul>
214<!-- ======== CONSTRUCTOR SUMMARY ======== -->
215<ul class="blockList">
216<li class="blockList"><a name="constructor_summary">
217<!--   -->
218</a>
219<h3>Constructor Summary</h3>
220<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
221<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
222<tr>
223<th class="colOne" scope="col">Constructor and Description</th>
224</tr>
225<tr class="altColor">
226<td class="colOne"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/exc/UnrecognizedPropertyException.html#UnrecognizedPropertyException(java.lang.String, com.fasterxml.jackson.core.JsonLocation, java.lang.Class, java.lang.String, java.util.Collection)">UnrecognizedPropertyException</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,
227                             <a href="http://fasterxml.github.com/jackson-core/javadoc/2.1.1/com/fasterxml/jackson/core/JsonLocation.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonLocation</a>&nbsp;loc,
228                             <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;&nbsp;referringClass,
229                             <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;propName,
230                             <a href="http://docs.oracle.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<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>&gt;&nbsp;propertyIds)</code>&nbsp;</td>
231</tr>
232</table>
233</li>
234</ul>
235<!-- ========== METHOD SUMMARY =========== -->
236<ul class="blockList">
237<li class="blockList"><a name="method_summary">
238<!--   -->
239</a>
240<h3>Method Summary</h3>
241<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
242<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
243<tr>
244<th class="colFirst" scope="col">Modifier and Type</th>
245<th class="colLast" scope="col">Method and Description</th>
246</tr>
247<tr class="altColor">
248<td class="colFirst"><code>static <a href="../../../../../com/fasterxml/jackson/databind/exc/UnrecognizedPropertyException.html" title="class in com.fasterxml.jackson.databind.exc">UnrecognizedPropertyException</a></code></td>
249<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/exc/UnrecognizedPropertyException.html#from(com.fasterxml.jackson.core.JsonParser, java.lang.Object, java.lang.String, java.util.Collection)">from</a></strong>(<a href="http://fasterxml.github.com/jackson-core/javadoc/2.1.1/com/fasterxml/jackson/core/JsonParser.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonParser</a>&nbsp;jp,
250    <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;fromObjectOrClass,
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;propertyName,
252    <a href="http://docs.oracle.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<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>&gt;&nbsp;propertyIds)</code>
253<div class="block">Factory method used for constructing instances of this exception type.</div>
254</td>
255</tr>
256<tr class="rowColor">
257<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<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>&gt;</code></td>
258<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/exc/UnrecognizedPropertyException.html#getKnownPropertyIds()">getKnownPropertyIds</a></strong>()</code>&nbsp;</td>
259</tr>
260<tr class="altColor">
261<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>
262<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/exc/UnrecognizedPropertyException.html#getMessageSuffix()">getMessageSuffix</a></strong>()</code>&nbsp;</td>
263</tr>
264<tr class="rowColor">
265<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;</code></td>
266<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/exc/UnrecognizedPropertyException.html#getReferringClass()">getReferringClass</a></strong>()</code>
267<div class="block">Method for accessing type (class) that is missing definition to allow
268 binding of the unrecognized property.</div>
269</td>
270</tr>
271<tr class="altColor">
272<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>
273<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/exc/UnrecognizedPropertyException.html#getUnrecognizedPropertyName()">getUnrecognizedPropertyName</a></strong>()</code>
274<div class="block">Convenience method for accessing logical property name that could
275 not be mapped.</div>
276</td>
277</tr>
278</table>
279<ul class="blockList">
280<li class="blockList"><a name="methods_inherited_from_class_com.fasterxml.jackson.databind.JsonMappingException">
281<!--   -->
282</a>
283<h3>Methods inherited from class&nbsp;com.fasterxml.jackson.databind.<a href="../../../../../com/fasterxml/jackson/databind/JsonMappingException.html" title="class in com.fasterxml.jackson.databind">JsonMappingException</a></h3>
284<code><a href="../../../../../com/fasterxml/jackson/databind/JsonMappingException.html#_appendPathDesc(java.lang.StringBuilder)">_appendPathDesc</a>, <a href="../../../../../com/fasterxml/jackson/databind/JsonMappingException.html#_buildMessage()">_buildMessage</a>, <a href="../../../../../com/fasterxml/jackson/databind/JsonMappingException.html#from(com.fasterxml.jackson.core.JsonParser, java.lang.String)">from</a>, <a href="../../../../../com/fasterxml/jackson/databind/JsonMappingException.html#from(com.fasterxml.jackson.core.JsonParser, java.lang.String, java.lang.Throwable)">from</a>, <a href="../../../../../com/fasterxml/jackson/databind/JsonMappingException.html#fromUnexpectedIOE(java.io.IOException)">fromUnexpectedIOE</a>, <a href="../../../../../com/fasterxml/jackson/databind/JsonMappingException.html#getLocalizedMessage()">getLocalizedMessage</a>, <a href="../../../../../com/fasterxml/jackson/databind/JsonMappingException.html#getMessage()">getMessage</a>, <a href="../../../../../com/fasterxml/jackson/databind/JsonMappingException.html#getPath()">getPath</a>, <a href="../../../../../com/fasterxml/jackson/databind/JsonMappingException.html#getPathReference()">getPathReference</a>, <a href="../../../../../com/fasterxml/jackson/databind/JsonMappingException.html#getPathReference(java.lang.StringBuilder)">getPathReference</a>, <a href="../../../../../com/fasterxml/jackson/databind/JsonMappingException.html#prependPath(com.fasterxml.jackson.databind.JsonMappingException.Reference)">prependPath</a>, <a href="../../../../../com/fasterxml/jackson/databind/JsonMappingException.html#prependPath(java.lang.Object, int)">prependPath</a>, <a href="../../../../../com/fasterxml/jackson/databind/JsonMappingException.html#prependPath(java.lang.Object, java.lang.String)">prependPath</a>, <a href="../../../../../com/fasterxml/jackson/databind/JsonMappingException.html#toString()">toString</a>, <a href="../../../../../com/fasterxml/jackson/databind/JsonMappingException.html#wrapWithPath(java.lang.Throwable, com.fasterxml.jackson.databind.JsonMappingException.Reference)">wrapWithPath</a>, <a href="../../../../../com/fasterxml/jackson/databind/JsonMappingException.html#wrapWithPath(java.lang.Throwable, java.lang.Object, int)">wrapWithPath</a>, <a href="../../../../../com/fasterxml/jackson/databind/JsonMappingException.html#wrapWithPath(java.lang.Throwable, java.lang.Object, java.lang.String)">wrapWithPath</a></code></li>
285</ul>
286<ul class="blockList">
287<li class="blockList"><a name="methods_inherited_from_class_com.fasterxml.jackson.core.JsonProcessingException">
288<!--   -->
289</a>
290<h3>Methods inherited from class&nbsp;com.fasterxml.jackson.core.<a href="http://fasterxml.github.com/jackson-core/javadoc/2.1.1/com/fasterxml/jackson/core/JsonProcessingException.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonProcessingException</a></h3>
291<code><a href="http://fasterxml.github.com/jackson-core/javadoc/2.1.1/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.1.1/com/fasterxml/jackson/core/JsonProcessingException.html?is-external=true#getOriginalMessage()" title="class or interface in com.fasterxml.jackson.core">getOriginalMessage</a></code></li>
292</ul>
293<ul class="blockList">
294<li class="blockList"><a name="methods_inherited_from_class_java.lang.Throwable">
295<!--   -->
296</a>
297<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>
298<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>
299</ul>
300<ul class="blockList">
301<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
302<!--   -->
303</a>
304<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>
305<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>
306</ul>
307</li>
308</ul>
309</li>
310</ul>
311</div>
312<div class="details">
313<ul class="blockList">
314<li class="blockList">
315<!-- ============ FIELD DETAIL =========== -->
316<ul class="blockList">
317<li class="blockList"><a name="field_detail">
318<!--   -->
319</a>
320<h3>Field Detail</h3>
321<a name="_referringClass">
322<!--   -->
323</a>
324<ul class="blockList">
325<li class="blockList">
326<h4>_referringClass</h4>
327<pre>protected final&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt; _referringClass</pre>
328<div class="block">Class that does not contain mapping for the unrecognized property.</div>
329</li>
330</ul>
331<a name="_unrecognizedPropertyName">
332<!--   -->
333</a>
334<ul class="blockList">
335<li class="blockList">
336<h4>_unrecognizedPropertyName</h4>
337<pre>protected final&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> _unrecognizedPropertyName</pre>
338<div class="block"><p>
339 Note: redundant information since it is also included in the
340 reference path.</div>
341</li>
342</ul>
343<a name="_propertyIds">
344<!--   -->
345</a>
346<ul class="blockList">
347<li class="blockList">
348<h4>_propertyIds</h4>
349<pre>protected final&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<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>&gt; _propertyIds</pre>
350<div class="block">Set of ids of properties that are known for the type, if this
351 can be statically determined.</div>
352</li>
353</ul>
354<a name="_propertiesAsString">
355<!--   -->
356</a>
357<ul class="blockListLast">
358<li class="blockList">
359<h4>_propertiesAsString</h4>
360<pre>protected transient&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> _propertiesAsString</pre>
361<div class="block">Lazily constructed description of known properties, used for
362 constructing actual message if and as needed.</div>
363</li>
364</ul>
365</li>
366</ul>
367<!-- ========= CONSTRUCTOR DETAIL ======== -->
368<ul class="blockList">
369<li class="blockList"><a name="constructor_detail">
370<!--   -->
371</a>
372<h3>Constructor Detail</h3>
373<a name="UnrecognizedPropertyException(java.lang.String, com.fasterxml.jackson.core.JsonLocation, java.lang.Class, java.lang.String, java.util.Collection)">
374<!--   -->
375</a>
376<ul class="blockListLast">
377<li class="blockList">
378<h4>UnrecognizedPropertyException</h4>
379<pre>public&nbsp;UnrecognizedPropertyException(<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,
380                             <a href="http://fasterxml.github.com/jackson-core/javadoc/2.1.1/com/fasterxml/jackson/core/JsonLocation.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonLocation</a>&nbsp;loc,
381                             <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;&nbsp;referringClass,
382                             <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;propName,
383                             <a href="http://docs.oracle.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<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>&gt;&nbsp;propertyIds)</pre>
384</li>
385</ul>
386</li>
387</ul>
388<!-- ============ METHOD DETAIL ========== -->
389<ul class="blockList">
390<li class="blockList"><a name="method_detail">
391<!--   -->
392</a>
393<h3>Method Detail</h3>
394<a name="from(com.fasterxml.jackson.core.JsonParser, java.lang.Object, java.lang.String, java.util.Collection)">
395<!--   -->
396</a>
397<ul class="blockList">
398<li class="blockList">
399<h4>from</h4>
400<pre>public static&nbsp;<a href="../../../../../com/fasterxml/jackson/databind/exc/UnrecognizedPropertyException.html" title="class in com.fasterxml.jackson.databind.exc">UnrecognizedPropertyException</a>&nbsp;from(<a href="http://fasterxml.github.com/jackson-core/javadoc/2.1.1/com/fasterxml/jackson/core/JsonParser.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonParser</a>&nbsp;jp,
401                                 <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;fromObjectOrClass,
402                                 <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;propertyName,
403                                 <a href="http://docs.oracle.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<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>&gt;&nbsp;propertyIds)</pre>
404<div class="block">Factory method used for constructing instances of this exception type.</div>
405<dl><dt><span class="strong">Parameters:</span></dt><dd><code>jp</code> - Underlying parser used for reading input being used for data-binding</dd><dd><code>fromObjectOrClass</code> - Reference to either instance of problematic type (
406    if available), or if not, type itself</dd><dd><code>propertyName</code> - Name of unrecognized property</dd><dd><code>propertyIds</code> - (optional, null if not available) Set of properties that
407    type would recognize, if completely known: null if set can not be determined.</dd></dl>
408</li>
409</ul>
410<a name="getMessageSuffix()">
411<!--   -->
412</a>
413<ul class="blockList">
414<li class="blockList">
415<h4>getMessageSuffix</h4>
416<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;getMessageSuffix()</pre>
417<dl>
418<dt><strong>Overrides:</strong></dt>
419<dd><code><a href="http://fasterxml.github.com/jackson-core/javadoc/2.1.1/com/fasterxml/jackson/core/JsonProcessingException.html?is-external=true#getMessageSuffix()" title="class or interface in com.fasterxml.jackson.core">getMessageSuffix</a></code>&nbsp;in class&nbsp;<code><a href="http://fasterxml.github.com/jackson-core/javadoc/2.1.1/com/fasterxml/jackson/core/JsonProcessingException.html?is-external=true" title="class or interface in com.fasterxml.jackson.core">JsonProcessingException</a></code></dd>
420</dl>
421</li>
422</ul>
423<a name="getReferringClass()">
424<!--   -->
425</a>
426<ul class="blockList">
427<li class="blockList">
428<h4>getReferringClass</h4>
429<pre>public&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;&nbsp;getReferringClass()</pre>
430<div class="block">Method for accessing type (class) that is missing definition to allow
431 binding of the unrecognized property.</div>
432</li>
433</ul>
434<a name="getUnrecognizedPropertyName()">
435<!--   -->
436</a>
437<ul class="blockList">
438<li class="blockList">
439<h4>getUnrecognizedPropertyName</h4>
440<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;getUnrecognizedPropertyName()</pre>
441<div class="block">Convenience method for accessing logical property name that could
442 not be mapped. Note that it is the last path reference in the
443 underlying path.</div>
444</li>
445</ul>
446<a name="getKnownPropertyIds()">
447<!--   -->
448</a>
449<ul class="blockListLast">
450<li class="blockList">
451<h4>getKnownPropertyIds</h4>
452<pre>public&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</a>&lt;<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>&gt;&nbsp;getKnownPropertyIds()</pre>
453</li>
454</ul>
455</li>
456</ul>
457</li>
458</ul>
459</div>
460</div>
461<!-- ========= END OF CLASS DATA ========= -->
462<!-- ======= START OF BOTTOM NAVBAR ====== -->
463<div class="bottomNav"><a name="navbar_bottom">
464<!--   -->
465</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
466<!--   -->
467</a>
468<ul class="navList" title="Navigation">
469<li><a href="../../../../../overview-summary.html">Overview</a></li>
470<li><a href="package-summary.html">Package</a></li>
471<li class="navBarCell1Rev">Class</li>
472<li><a href="class-use/UnrecognizedPropertyException.html">Use</a></li>
473<li><a href="package-tree.html">Tree</a></li>
474<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
475<li><a href="../../../../../index-all.html">Index</a></li>
476<li><a href="../../../../../help-doc.html">Help</a></li>
477</ul>
478</div>
479<div class="subNav">
480<ul class="navList">
481<li><a href="../../../../../com/fasterxml/jackson/databind/exc/InvalidFormatException.html" title="class in com.fasterxml.jackson.databind.exc"><span class="strong">Prev Class</span></a></li>
482<li>Next Class</li>
483</ul>
484<ul class="navList">
485<li><a href="../../../../../index.html?com/fasterxml/jackson/databind/exc/UnrecognizedPropertyException.html" target="_top">Frames</a></li>
486<li><a href="UnrecognizedPropertyException.html" target="_top">No Frames</a></li>
487</ul>
488<ul class="navList" id="allclasses_navbar_bottom">
489<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
490</ul>
491<div>
492<script type="text/javascript"><!--
493  allClassesLink = document.getElementById("allclasses_navbar_bottom");
494  if(window==top) {
495    allClassesLink.style.display = "block";
496  }
497  else {
498    allClassesLink.style.display = "none";
499  }
500  //-->
501</script>
502</div>
503<div>
504<ul class="subNavList">
505<li>Summary:&nbsp;</li>
506<li><a href="#nested_classes_inherited_from_class_com.fasterxml.jackson.databind.JsonMappingException">Nested</a>&nbsp;|&nbsp;</li>
507<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
508<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
509<li><a href="#method_summary">Method</a></li>
510</ul>
511<ul class="subNavList">
512<li>Detail:&nbsp;</li>
513<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
514<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
515<li><a href="#method_detail">Method</a></li>
516</ul>
517</div>
518<a name="skip-navbar_bottom">
519<!--   -->
520</a></div>
521<!-- ======== END OF BOTTOM NAVBAR ======= -->
522<p class="legalCopy"><small>Copyright &#169; 2012-2013 <a href="http://fasterxml.com/">FasterXML</a>. All Rights Reserved.</small></p>
523</body>
524</html>
525