1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 2<!-- NewPage --> 3<html lang="en"> 4<head> 5<!-- Generated by javadoc (1.8.0) on Sun Jul 19 11:36:52 PDT 2015 --> 6<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 7<title>PropertyBindingException (jackson-databind 2.6.0 API)</title> 8<meta name="date" content="2015-07-19"> 9<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> 10<script type="text/javascript" src="../../../../../script.js"></script> 11</head> 12<body> 13<script type="text/javascript"><!-- 14 try { 15 if (location.href.indexOf('is-external=true') == -1) { 16 parent.document.title="PropertyBindingException (jackson-databind 2.6.0 API)"; 17 } 18 } 19 catch(err) { 20 } 21//--> 22var methods = {"i0":10,"i1":10,"i2":10,"i3":10}; 23var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; 24var altColor = "altColor"; 25var rowColor = "rowColor"; 26var tableTab = "tableTab"; 27var activeTableTab = "activeTableTab"; 28</script> 29<noscript> 30<div>JavaScript is disabled on your browser.</div> 31</noscript> 32<!-- ========= START OF TOP NAVBAR ======= --> 33<div class="topNav"><a name="navbar.top"> 34<!-- --> 35</a> 36<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> 37<a name="navbar.top.firstrow"> 38<!-- --> 39</a> 40<ul class="navList" title="Navigation"> 41<li><a href="../../../../../overview-summary.html">Overview</a></li> 42<li><a href="package-summary.html">Package</a></li> 43<li class="navBarCell1Rev">Class</li> 44<li><a href="class-use/PropertyBindingException.html">Use</a></li> 45<li><a href="package-tree.html">Tree</a></li> 46<li><a href="../../../../../deprecated-list.html">Deprecated</a></li> 47<li><a href="../../../../../index-all.html">Index</a></li> 48<li><a href="../../../../../help-doc.html">Help</a></li> 49</ul> 50</div> 51<div class="subNav"> 52<ul class="navList"> 53<li><a href="../../../../../com/fasterxml/jackson/databind/exc/InvalidFormatException.html" title="class in com.fasterxml.jackson.databind.exc"><span class="typeNameLink">Prev Class</span></a></li> 54<li><a href="../../../../../com/fasterxml/jackson/databind/exc/UnrecognizedPropertyException.html" title="class in com.fasterxml.jackson.databind.exc"><span class="typeNameLink">Next Class</span></a></li> 55</ul> 56<ul class="navList"> 57<li><a href="../../../../../index.html?com/fasterxml/jackson/databind/exc/PropertyBindingException.html" target="_top">Frames</a></li> 58<li><a href="PropertyBindingException.html" target="_top">No Frames</a></li> 59</ul> 60<ul class="navList" id="allclasses_navbar_top"> 61<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> 62</ul> 63<div> 64<script type="text/javascript"><!-- 65 allClassesLink = document.getElementById("allclasses_navbar_top"); 66 if(window==top) { 67 allClassesLink.style.display = "block"; 68 } 69 else { 70 allClassesLink.style.display = "none"; 71 } 72 //--> 73</script> 74</div> 75<div> 76<ul class="subNavList"> 77<li>Summary: </li> 78<li><a href="#nested.classes.inherited.from.class.com.fasterxml.jackson.databind.JsonMappingException">Nested</a> | </li> 79<li><a href="#field.summary">Field</a> | </li> 80<li><a href="#constructor.summary">Constr</a> | </li> 81<li><a href="#method.summary">Method</a></li> 82</ul> 83<ul class="subNavList"> 84<li>Detail: </li> 85<li><a href="#field.detail">Field</a> | </li> 86<li><a href="#constructor.detail">Constr</a> | </li> 87<li><a href="#method.detail">Method</a></li> 88</ul> 89</div> 90<a name="skip.navbar.top"> 91<!-- --> 92</a></div> 93<!-- ========= END OF TOP NAVBAR ========= --> 94<!-- ======== START OF CLASS DATA ======== --> 95<div class="header"> 96<div class="subTitle">com.fasterxml.jackson.databind.exc</div> 97<h2 title="Class PropertyBindingException" class="title">Class PropertyBindingException</h2> 98</div> 99<div class="contentContainer"> 100<ul class="inheritance"> 101<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> 102<li> 103<ul class="inheritance"> 104<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> 105<li> 106<ul class="inheritance"> 107<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> 108<li> 109<ul class="inheritance"> 110<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> 111<li> 112<ul class="inheritance"> 113<li>com.fasterxml.jackson.core.JsonProcessingException</li> 114<li> 115<ul class="inheritance"> 116<li><a href="../../../../../com/fasterxml/jackson/databind/JsonMappingException.html" title="class in com.fasterxml.jackson.databind">com.fasterxml.jackson.databind.JsonMappingException</a></li> 117<li> 118<ul class="inheritance"> 119<li>com.fasterxml.jackson.databind.exc.PropertyBindingException</li> 120</ul> 121</li> 122</ul> 123</li> 124</ul> 125</li> 126</ul> 127</li> 128</ul> 129</li> 130</ul> 131</li> 132</ul> 133<div class="description"> 134<ul class="blockList"> 135<li class="blockList"> 136<dl> 137<dt>All Implemented Interfaces:</dt> 138<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> 139</dl> 140<dl> 141<dt>Direct Known Subclasses:</dt> 142<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> 143</dl> 144<hr> 145<br> 146<pre>public abstract class <span class="typeNameLabel">PropertyBindingException</span> 147extends <a href="../../../../../com/fasterxml/jackson/databind/JsonMappingException.html" title="class in com.fasterxml.jackson.databind">JsonMappingException</a></pre> 148<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 149 to problems related to binding an individual property.</div> 150<dl> 151<dt><span class="simpleTagLabel">Since:</span></dt> 152<dd>2.3</dd> 153<dt><span class="seeLabel">See Also:</span></dt> 154<dd><a href="../../../../../serialized-form.html#com.fasterxml.jackson.databind.exc.PropertyBindingException">Serialized Form</a></dd> 155</dl> 156</li> 157</ul> 158</div> 159<div class="summary"> 160<ul class="blockList"> 161<li class="blockList"> 162<!-- ======== NESTED CLASS SUMMARY ======== --> 163<ul class="blockList"> 164<li class="blockList"><a name="nested.class.summary"> 165<!-- --> 166</a> 167<h3>Nested Class Summary</h3> 168<ul class="blockList"> 169<li class="blockList"><a name="nested.classes.inherited.from.class.com.fasterxml.jackson.databind.JsonMappingException"> 170<!-- --> 171</a> 172<h3>Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.<a href="../../../../../com/fasterxml/jackson/databind/JsonMappingException.html" title="class in com.fasterxml.jackson.databind">JsonMappingException</a></h3> 173<code><a href="../../../../../com/fasterxml/jackson/databind/JsonMappingException.Reference.html" title="class in com.fasterxml.jackson.databind">JsonMappingException.Reference</a></code></li> 174</ul> 175</li> 176</ul> 177<!-- =========== FIELD SUMMARY =========== --> 178<ul class="blockList"> 179<li class="blockList"><a name="field.summary"> 180<!-- --> 181</a> 182<h3>Field Summary</h3> 183<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> 184<caption><span>Fields</span><span class="tabEnd"> </span></caption> 185<tr> 186<th class="colFirst" scope="col">Modifier and Type</th> 187<th class="colLast" scope="col">Field and Description</th> 188</tr> 189<tr class="altColor"> 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><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/databind/exc/PropertyBindingException.html#Z:Z_propertiesAsString">_propertiesAsString</a></span></code> 192<div class="block">Lazily constructed description of known properties, used for 193 constructing actual message if and as needed.</div> 194</td> 195</tr> 196<tr class="rowColor"> 197<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><<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>></code></td> 198<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/databind/exc/PropertyBindingException.html#Z:Z_propertyIds">_propertyIds</a></span></code> 199<div class="block">Set of ids of properties that are known for the type, if this 200 can be statically determined.</div> 201</td> 202</tr> 203<tr class="altColor"> 204<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> 205<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/databind/exc/PropertyBindingException.html#Z:Z_propertyName">_propertyName</a></span></code> 206<div class="block"> 207 Note: redundant information since it is also included in the 208 reference path.</div> 209</td> 210</tr> 211<tr class="rowColor"> 212<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><?></code></td> 213<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/databind/exc/PropertyBindingException.html#Z:Z_referringClass">_referringClass</a></span></code> 214<div class="block">Class that does not contain mapping for the unrecognized property.</div> 215</td> 216</tr> 217</table> 218<ul class="blockList"> 219<li class="blockList"><a name="fields.inherited.from.class.com.fasterxml.jackson.databind.JsonMappingException"> 220<!-- --> 221</a> 222<h3>Fields inherited from class com.fasterxml.jackson.databind.<a href="../../../../../com/fasterxml/jackson/databind/JsonMappingException.html" title="class in com.fasterxml.jackson.databind">JsonMappingException</a></h3> 223<code><a href="../../../../../com/fasterxml/jackson/databind/JsonMappingException.html#Z:Z_path">_path</a></code></li> 224</ul> 225<ul class="blockList"> 226<li class="blockList"><a name="fields.inherited.from.class.com.fasterxml.jackson.core.JsonProcessingException"> 227<!-- --> 228</a> 229<h3>Fields inherited from class com.fasterxml.jackson.core.JsonProcessingException</h3> 230<code>_location</code></li> 231</ul> 232</li> 233</ul> 234<!-- ======== CONSTRUCTOR SUMMARY ======== --> 235<ul class="blockList"> 236<li class="blockList"><a name="constructor.summary"> 237<!-- --> 238</a> 239<h3>Constructor Summary</h3> 240<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> 241<caption><span>Constructors</span><span class="tabEnd"> </span></caption> 242<tr> 243<th class="colFirst" scope="col">Modifier</th> 244<th class="colLast" scope="col">Constructor and Description</th> 245</tr> 246<tr class="altColor"> 247<td class="colFirst"><code>protected </code></td> 248<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/databind/exc/PropertyBindingException.html#PropertyBindingException-java.lang.String-com.fasterxml.jackson.core.JsonLocation-java.lang.Class-java.lang.String-java.util.Collection-">PropertyBindingException</a></span>(<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> msg, 249 com.fasterxml.jackson.core.JsonLocation loc, 250 <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><?> referringClass, 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> propName, 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><<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>> propertyIds)</code> </td> 253</tr> 254</table> 255</li> 256</ul> 257<!-- ========== METHOD SUMMARY =========== --> 258<ul class="blockList"> 259<li class="blockList"><a name="method.summary"> 260<!-- --> 261</a> 262<h3>Method Summary</h3> 263<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> 264<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption> 265<tr> 266<th class="colFirst" scope="col">Modifier and Type</th> 267<th class="colLast" scope="col">Method and Description</th> 268</tr> 269<tr id="i0" class="altColor"> 270<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><<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>></code></td> 271<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/databind/exc/PropertyBindingException.html#getKnownPropertyIds--">getKnownPropertyIds</a></span>()</code> </td> 272</tr> 273<tr id="i1" class="rowColor"> 274<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> 275<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/databind/exc/PropertyBindingException.html#getMessageSuffix--">getMessageSuffix</a></span>()</code> </td> 276</tr> 277<tr id="i2" class="altColor"> 278<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> 279<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/databind/exc/PropertyBindingException.html#getPropertyName--">getPropertyName</a></span>()</code> 280<div class="block">Convenience method for accessing logical property name that could 281 not be mapped.</div> 282</td> 283</tr> 284<tr id="i3" class="rowColor"> 285<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><?></code></td> 286<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/fasterxml/jackson/databind/exc/PropertyBindingException.html#getReferringClass--">getReferringClass</a></span>()</code> 287<div class="block">Method for accessing type (class) that is missing definition to allow 288 binding of the unrecognized property.</div> 289</td> 290</tr> 291</table> 292<ul class="blockList"> 293<li class="blockList"><a name="methods.inherited.from.class.com.fasterxml.jackson.databind.JsonMappingException"> 294<!-- --> 295</a> 296<h3>Methods inherited from class com.fasterxml.jackson.databind.<a href="../../../../../com/fasterxml/jackson/databind/JsonMappingException.html" title="class in com.fasterxml.jackson.databind">JsonMappingException</a></h3> 297<code><a href="../../../../../com/fasterxml/jackson/databind/JsonMappingException.html#Z:Z_appendPathDesc-java.lang.StringBuilder-">_appendPathDesc</a>, <a href="../../../../../com/fasterxml/jackson/databind/JsonMappingException.html#Z:Z_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> 298</ul> 299<ul class="blockList"> 300<li class="blockList"><a name="methods.inherited.from.class.com.fasterxml.jackson.core.JsonProcessingException"> 301<!-- --> 302</a> 303<h3>Methods inherited from class com.fasterxml.jackson.core.JsonProcessingException</h3> 304<code>getLocation, getOriginalMessage</code></li> 305</ul> 306<ul class="blockList"> 307<li class="blockList"><a name="methods.inherited.from.class.java.lang.Throwable"> 308<!-- --> 309</a> 310<h3>Methods inherited from class 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> 311<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:A-" title="class or interface in java.lang">setStackTrace</a></code></li> 312</ul> 313<ul class="blockList"> 314<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> 315<!-- --> 316</a> 317<h3>Methods inherited from class 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> 318<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> 319</ul> 320</li> 321</ul> 322</li> 323</ul> 324</div> 325<div class="details"> 326<ul class="blockList"> 327<li class="blockList"> 328<!-- ============ FIELD DETAIL =========== --> 329<ul class="blockList"> 330<li class="blockList"><a name="field.detail"> 331<!-- --> 332</a> 333<h3>Field Detail</h3> 334<a name="Z:Z_referringClass"> 335<!-- --> 336</a> 337<ul class="blockList"> 338<li class="blockList"> 339<h4>_referringClass</h4> 340<pre>protected final <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><?> _referringClass</pre> 341<div class="block">Class that does not contain mapping for the unrecognized property.</div> 342</li> 343</ul> 344<a name="Z:Z_propertyName"> 345<!-- --> 346</a> 347<ul class="blockList"> 348<li class="blockList"> 349<h4>_propertyName</h4> 350<pre>protected final <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> _propertyName</pre> 351<div class="block"><p> 352 Note: redundant information since it is also included in the 353 reference path.</div> 354</li> 355</ul> 356<a name="Z:Z_propertyIds"> 357<!-- --> 358</a> 359<ul class="blockList"> 360<li class="blockList"> 361<h4>_propertyIds</h4> 362<pre>protected final <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><<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>> _propertyIds</pre> 363<div class="block">Set of ids of properties that are known for the type, if this 364 can be statically determined.</div> 365</li> 366</ul> 367<a name="Z:Z_propertiesAsString"> 368<!-- --> 369</a> 370<ul class="blockListLast"> 371<li class="blockList"> 372<h4>_propertiesAsString</h4> 373<pre>protected transient <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> 374<div class="block">Lazily constructed description of known properties, used for 375 constructing actual message if and as needed.</div> 376</li> 377</ul> 378</li> 379</ul> 380<!-- ========= CONSTRUCTOR DETAIL ======== --> 381<ul class="blockList"> 382<li class="blockList"><a name="constructor.detail"> 383<!-- --> 384</a> 385<h3>Constructor Detail</h3> 386<a name="PropertyBindingException-java.lang.String-com.fasterxml.jackson.core.JsonLocation-java.lang.Class-java.lang.String-java.util.Collection-"> 387<!-- --> 388</a> 389<ul class="blockListLast"> 390<li class="blockList"> 391<h4>PropertyBindingException</h4> 392<pre>protected PropertyBindingException(<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> msg, 393 com.fasterxml.jackson.core.JsonLocation loc, 394 <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><?> referringClass, 395 <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> propName, 396 <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><<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>> propertyIds)</pre> 397</li> 398</ul> 399</li> 400</ul> 401<!-- ============ METHOD DETAIL ========== --> 402<ul class="blockList"> 403<li class="blockList"><a name="method.detail"> 404<!-- --> 405</a> 406<h3>Method Detail</h3> 407<a name="getMessageSuffix--"> 408<!-- --> 409</a> 410<ul class="blockList"> 411<li class="blockList"> 412<h4>getMessageSuffix</h4> 413<pre>public <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> getMessageSuffix()</pre> 414<dl> 415<dt><span class="overrideSpecifyLabel">Overrides:</span></dt> 416<dd><code>getMessageSuffix</code> in class <code>com.fasterxml.jackson.core.JsonProcessingException</code></dd> 417</dl> 418</li> 419</ul> 420<a name="getReferringClass--"> 421<!-- --> 422</a> 423<ul class="blockList"> 424<li class="blockList"> 425<h4>getReferringClass</h4> 426<pre>public <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><?> getReferringClass()</pre> 427<div class="block">Method for accessing type (class) that is missing definition to allow 428 binding of the unrecognized property.</div> 429</li> 430</ul> 431<a name="getPropertyName--"> 432<!-- --> 433</a> 434<ul class="blockList"> 435<li class="blockList"> 436<h4>getPropertyName</h4> 437<pre>public <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> getPropertyName()</pre> 438<div class="block">Convenience method for accessing logical property name that could 439 not be mapped. Note that it is the last path reference in the 440 underlying path.</div> 441</li> 442</ul> 443<a name="getKnownPropertyIds--"> 444<!-- --> 445</a> 446<ul class="blockListLast"> 447<li class="blockList"> 448<h4>getKnownPropertyIds</h4> 449<pre>public <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><<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>> getKnownPropertyIds()</pre> 450</li> 451</ul> 452</li> 453</ul> 454</li> 455</ul> 456</div> 457</div> 458<!-- ========= END OF CLASS DATA ========= --> 459<!-- ======= START OF BOTTOM NAVBAR ====== --> 460<div class="bottomNav"><a name="navbar.bottom"> 461<!-- --> 462</a> 463<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> 464<a name="navbar.bottom.firstrow"> 465<!-- --> 466</a> 467<ul class="navList" title="Navigation"> 468<li><a href="../../../../../overview-summary.html">Overview</a></li> 469<li><a href="package-summary.html">Package</a></li> 470<li class="navBarCell1Rev">Class</li> 471<li><a href="class-use/PropertyBindingException.html">Use</a></li> 472<li><a href="package-tree.html">Tree</a></li> 473<li><a href="../../../../../deprecated-list.html">Deprecated</a></li> 474<li><a href="../../../../../index-all.html">Index</a></li> 475<li><a href="../../../../../help-doc.html">Help</a></li> 476</ul> 477</div> 478<div class="subNav"> 479<ul class="navList"> 480<li><a href="../../../../../com/fasterxml/jackson/databind/exc/InvalidFormatException.html" title="class in com.fasterxml.jackson.databind.exc"><span class="typeNameLink">Prev Class</span></a></li> 481<li><a href="../../../../../com/fasterxml/jackson/databind/exc/UnrecognizedPropertyException.html" title="class in com.fasterxml.jackson.databind.exc"><span class="typeNameLink">Next Class</span></a></li> 482</ul> 483<ul class="navList"> 484<li><a href="../../../../../index.html?com/fasterxml/jackson/databind/exc/PropertyBindingException.html" target="_top">Frames</a></li> 485<li><a href="PropertyBindingException.html" target="_top">No Frames</a></li> 486</ul> 487<ul class="navList" id="allclasses_navbar_bottom"> 488<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> 489</ul> 490<div> 491<script type="text/javascript"><!-- 492 allClassesLink = document.getElementById("allclasses_navbar_bottom"); 493 if(window==top) { 494 allClassesLink.style.display = "block"; 495 } 496 else { 497 allClassesLink.style.display = "none"; 498 } 499 //--> 500</script> 501</div> 502<div> 503<ul class="subNavList"> 504<li>Summary: </li> 505<li><a href="#nested.classes.inherited.from.class.com.fasterxml.jackson.databind.JsonMappingException">Nested</a> | </li> 506<li><a href="#field.summary">Field</a> | </li> 507<li><a href="#constructor.summary">Constr</a> | </li> 508<li><a href="#method.summary">Method</a></li> 509</ul> 510<ul class="subNavList"> 511<li>Detail: </li> 512<li><a href="#field.detail">Field</a> | </li> 513<li><a href="#constructor.detail">Constr</a> | </li> 514<li><a href="#method.detail">Method</a></li> 515</ul> 516</div> 517<a name="skip.navbar.bottom"> 518<!-- --> 519</a></div> 520<!-- ======== END OF BOTTOM NAVBAR ======= --> 521<p class="legalCopy"><small>Copyright © 2014–2015 <a href="http://fasterxml.com/">FasterXML</a>. All rights reserved.</small></p> 522</body> 523</html> 524