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