1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 2<!-- NewPage --> 3<html lang="en"> 4<head> 5<!-- Generated by javadoc (version 1.7.0_25) on Thu Jan 01 17:43:57 PST 2015 --> 6<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> 7<title>UnrecognizedPropertyException (jackson-databind 2.5.0 API)</title> 8<meta name="date" content="2015-01-01"> 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.5.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/PropertyBindingException.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: </li> 65<li><a href="#nested_classes_inherited_from_class_com.fasterxml.jackson.databind.JsonMappingException">Nested</a> | </li> 66<li><a href="#fields_inherited_from_class_com.fasterxml.jackson.databind.exc.PropertyBindingException">Field</a> | </li> 67<li><a href="#constructor_summary">Constr</a> | </li> 68<li><a href="#method_summary">Method</a></li> 69</ul> 70<ul class="subNavList"> 71<li>Detail: </li> 72<li>Field | </li> 73<li><a href="#constructor_detail">Constr</a> | </li> 74<li><a href="#method_detail">Method</a></li> 75</ul> 76</div> 77<a name="skip-navbar_top"> 78<!-- --> 79</a></div> 80<!-- ========= END OF TOP NAVBAR ========= --> 81<!-- ======== START OF CLASS DATA ======== --> 82<div class="header"> 83<div class="subTitle">com.fasterxml.jackson.databind.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>com.fasterxml.jackson.core.JsonProcessingException</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><a href="../../../../../com/fasterxml/jackson/databind/exc/PropertyBindingException.html" title="class in com.fasterxml.jackson.databind.exc">com.fasterxml.jackson.databind.exc.PropertyBindingException</a></li> 107<li> 108<ul class="inheritance"> 109<li>com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException</li> 110</ul> 111</li> 112</ul> 113</li> 114</ul> 115</li> 116</ul> 117</li> 118</ul> 119</li> 120</ul> 121</li> 122</ul> 123</li> 124</ul> 125<div class="description"> 126<ul class="blockList"> 127<li class="blockList"> 128<dl> 129<dt>All Implemented Interfaces:</dt> 130<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> 131</dl> 132<hr> 133<br> 134<pre>public class <span class="strong">UnrecognizedPropertyException</span> 135extends <a href="../../../../../com/fasterxml/jackson/databind/exc/PropertyBindingException.html" title="class in com.fasterxml.jackson.databind.exc">PropertyBindingException</a></pre> 136<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 137 to indicate problems due to encountering a JSON property that could 138 not be mapped to an Object property (via getter, constructor argument 139 or field).</div> 140<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> 141</li> 142</ul> 143</div> 144<div class="summary"> 145<ul class="blockList"> 146<li class="blockList"> 147<!-- ======== NESTED CLASS SUMMARY ======== --> 148<ul class="blockList"> 149<li class="blockList"><a name="nested_class_summary"> 150<!-- --> 151</a> 152<h3>Nested Class Summary</h3> 153<ul class="blockList"> 154<li class="blockList"><a name="nested_classes_inherited_from_class_com.fasterxml.jackson.databind.JsonMappingException"> 155<!-- --> 156</a> 157<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> 158<code><a href="../../../../../com/fasterxml/jackson/databind/JsonMappingException.Reference.html" title="class in com.fasterxml.jackson.databind">JsonMappingException.Reference</a></code></li> 159</ul> 160</li> 161</ul> 162<!-- =========== FIELD SUMMARY =========== --> 163<ul class="blockList"> 164<li class="blockList"><a name="field_summary"> 165<!-- --> 166</a> 167<h3>Field Summary</h3> 168<ul class="blockList"> 169<li class="blockList"><a name="fields_inherited_from_class_com.fasterxml.jackson.databind.exc.PropertyBindingException"> 170<!-- --> 171</a> 172<h3>Fields inherited from class com.fasterxml.jackson.databind.exc.<a href="../../../../../com/fasterxml/jackson/databind/exc/PropertyBindingException.html" title="class in com.fasterxml.jackson.databind.exc">PropertyBindingException</a></h3> 173<code><a href="../../../../../com/fasterxml/jackson/databind/exc/PropertyBindingException.html#_propertiesAsString">_propertiesAsString</a>, <a href="../../../../../com/fasterxml/jackson/databind/exc/PropertyBindingException.html#_propertyIds">_propertyIds</a>, <a href="../../../../../com/fasterxml/jackson/databind/exc/PropertyBindingException.html#_propertyName">_propertyName</a>, <a href="../../../../../com/fasterxml/jackson/databind/exc/PropertyBindingException.html#_referringClass">_referringClass</a></code></li> 174</ul> 175<ul class="blockList"> 176<li class="blockList"><a name="fields_inherited_from_class_com.fasterxml.jackson.databind.JsonMappingException"> 177<!-- --> 178</a> 179<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> 180<code><a href="../../../../../com/fasterxml/jackson/databind/JsonMappingException.html#_path">_path</a></code></li> 181</ul> 182<ul class="blockList"> 183<li class="blockList"><a name="fields_inherited_from_class_com.fasterxml.jackson.core.JsonProcessingException"> 184<!-- --> 185</a> 186<h3>Fields inherited from class com.fasterxml.jackson.core.JsonProcessingException</h3> 187<code>_location</code></li> 188</ul> 189</li> 190</ul> 191<!-- ======== CONSTRUCTOR SUMMARY ======== --> 192<ul class="blockList"> 193<li class="blockList"><a name="constructor_summary"> 194<!-- --> 195</a> 196<h3>Constructor Summary</h3> 197<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> 198<caption><span>Constructors</span><span class="tabEnd"> </span></caption> 199<tr> 200<th class="colOne" scope="col">Constructor and Description</th> 201</tr> 202<tr class="altColor"> 203<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> msg, 204 com.fasterxml.jackson.core.JsonLocation loc, 205 <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, 206 <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, 207 <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> 208</tr> 209</table> 210</li> 211</ul> 212<!-- ========== METHOD SUMMARY =========== --> 213<ul class="blockList"> 214<li class="blockList"><a name="method_summary"> 215<!-- --> 216</a> 217<h3>Method Summary</h3> 218<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> 219<caption><span>Methods</span><span class="tabEnd"> </span></caption> 220<tr> 221<th class="colFirst" scope="col">Modifier and Type</th> 222<th class="colLast" scope="col">Method and Description</th> 223</tr> 224<tr class="altColor"> 225<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> 226<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>(com.fasterxml.jackson.core.JsonParser jp, 227 <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> fromObjectOrClass, 228 <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, 229 <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> 230<div class="block">Factory method used for constructing instances of this exception type.</div> 231</td> 232</tr> 233<tr class="rowColor"> 234<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> 235<td class="colLast"><code><strong><a href="../../../../../com/fasterxml/jackson/databind/exc/UnrecognizedPropertyException.html#getUnrecognizedPropertyName()">getUnrecognizedPropertyName</a></strong>()</code> 236<div class="block"><strong>Deprecated.</strong> 237<div class="block"><i>Since 2.3, use <a href="../../../../../com/fasterxml/jackson/databind/exc/PropertyBindingException.html#getPropertyName()"><code>PropertyBindingException.getPropertyName()</code></a> instead.</i></div> 238</div> 239</td> 240</tr> 241</table> 242<ul class="blockList"> 243<li class="blockList"><a name="methods_inherited_from_class_com.fasterxml.jackson.databind.exc.PropertyBindingException"> 244<!-- --> 245</a> 246<h3>Methods inherited from class com.fasterxml.jackson.databind.exc.<a href="../../../../../com/fasterxml/jackson/databind/exc/PropertyBindingException.html" title="class in com.fasterxml.jackson.databind.exc">PropertyBindingException</a></h3> 247<code><a href="../../../../../com/fasterxml/jackson/databind/exc/PropertyBindingException.html#getKnownPropertyIds()">getKnownPropertyIds</a>, <a href="../../../../../com/fasterxml/jackson/databind/exc/PropertyBindingException.html#getMessageSuffix()">getMessageSuffix</a>, <a href="../../../../../com/fasterxml/jackson/databind/exc/PropertyBindingException.html#getPropertyName()">getPropertyName</a>, <a href="../../../../../com/fasterxml/jackson/databind/exc/PropertyBindingException.html#getReferringClass()">getReferringClass</a></code></li> 248</ul> 249<ul class="blockList"> 250<li class="blockList"><a name="methods_inherited_from_class_com.fasterxml.jackson.databind.JsonMappingException"> 251<!-- --> 252</a> 253<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> 254<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> 255</ul> 256<ul class="blockList"> 257<li class="blockList"><a name="methods_inherited_from_class_com.fasterxml.jackson.core.JsonProcessingException"> 258<!-- --> 259</a> 260<h3>Methods inherited from class com.fasterxml.jackson.core.JsonProcessingException</h3> 261<code>getLocation, getOriginalMessage</code></li> 262</ul> 263<ul class="blockList"> 264<li class="blockList"><a name="methods_inherited_from_class_java.lang.Throwable"> 265<!-- --> 266</a> 267<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> 268<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> 269</ul> 270<ul class="blockList"> 271<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> 272<!-- --> 273</a> 274<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> 275<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> 276</ul> 277</li> 278</ul> 279</li> 280</ul> 281</div> 282<div class="details"> 283<ul class="blockList"> 284<li class="blockList"> 285<!-- ========= CONSTRUCTOR DETAIL ======== --> 286<ul class="blockList"> 287<li class="blockList"><a name="constructor_detail"> 288<!-- --> 289</a> 290<h3>Constructor Detail</h3> 291<a name="UnrecognizedPropertyException(java.lang.String, com.fasterxml.jackson.core.JsonLocation, java.lang.Class, java.lang.String, java.util.Collection)"> 292<!-- --> 293</a> 294<ul class="blockListLast"> 295<li class="blockList"> 296<h4>UnrecognizedPropertyException</h4> 297<pre>public 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> msg, 298 com.fasterxml.jackson.core.JsonLocation loc, 299 <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, 300 <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, 301 <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> 302</li> 303</ul> 304</li> 305</ul> 306<!-- ============ METHOD DETAIL ========== --> 307<ul class="blockList"> 308<li class="blockList"><a name="method_detail"> 309<!-- --> 310</a> 311<h3>Method Detail</h3> 312<a name="from(com.fasterxml.jackson.core.JsonParser, java.lang.Object, java.lang.String, java.util.Collection)"> 313<!-- --> 314</a> 315<ul class="blockList"> 316<li class="blockList"> 317<h4>from</h4> 318<pre>public static <a href="../../../../../com/fasterxml/jackson/databind/exc/UnrecognizedPropertyException.html" title="class in com.fasterxml.jackson.databind.exc">UnrecognizedPropertyException</a> from(com.fasterxml.jackson.core.JsonParser jp, 319 <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> fromObjectOrClass, 320 <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, 321 <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> 322<div class="block">Factory method used for constructing instances of this exception type.</div> 323<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 ( 324 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 325 type would recognize, if completely known: null if set can not be determined.</dd></dl> 326</li> 327</ul> 328<a name="getUnrecognizedPropertyName()"> 329<!-- --> 330</a> 331<ul class="blockListLast"> 332<li class="blockList"> 333<h4>getUnrecognizedPropertyName</h4> 334<pre><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</a> 335public <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> getUnrecognizedPropertyName()</pre> 336<div class="block"><span class="strong">Deprecated.</span> <i>Since 2.3, use <a href="../../../../../com/fasterxml/jackson/databind/exc/PropertyBindingException.html#getPropertyName()"><code>PropertyBindingException.getPropertyName()</code></a> instead.</i></div> 337</li> 338</ul> 339</li> 340</ul> 341</li> 342</ul> 343</div> 344</div> 345<!-- ========= END OF CLASS DATA ========= --> 346<!-- ======= START OF BOTTOM NAVBAR ====== --> 347<div class="bottomNav"><a name="navbar_bottom"> 348<!-- --> 349</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> 350<!-- --> 351</a> 352<ul class="navList" title="Navigation"> 353<li><a href="../../../../../overview-summary.html">Overview</a></li> 354<li><a href="package-summary.html">Package</a></li> 355<li class="navBarCell1Rev">Class</li> 356<li><a href="class-use/UnrecognizedPropertyException.html">Use</a></li> 357<li><a href="package-tree.html">Tree</a></li> 358<li><a href="../../../../../deprecated-list.html">Deprecated</a></li> 359<li><a href="../../../../../index-all.html">Index</a></li> 360<li><a href="../../../../../help-doc.html">Help</a></li> 361</ul> 362</div> 363<div class="subNav"> 364<ul class="navList"> 365<li><a href="../../../../../com/fasterxml/jackson/databind/exc/PropertyBindingException.html" title="class in com.fasterxml.jackson.databind.exc"><span class="strong">Prev Class</span></a></li> 366<li>Next Class</li> 367</ul> 368<ul class="navList"> 369<li><a href="../../../../../index.html?com/fasterxml/jackson/databind/exc/UnrecognizedPropertyException.html" target="_top">Frames</a></li> 370<li><a href="UnrecognizedPropertyException.html" target="_top">No Frames</a></li> 371</ul> 372<ul class="navList" id="allclasses_navbar_bottom"> 373<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> 374</ul> 375<div> 376<script type="text/javascript"><!-- 377 allClassesLink = document.getElementById("allclasses_navbar_bottom"); 378 if(window==top) { 379 allClassesLink.style.display = "block"; 380 } 381 else { 382 allClassesLink.style.display = "none"; 383 } 384 //--> 385</script> 386</div> 387<div> 388<ul class="subNavList"> 389<li>Summary: </li> 390<li><a href="#nested_classes_inherited_from_class_com.fasterxml.jackson.databind.JsonMappingException">Nested</a> | </li> 391<li><a href="#fields_inherited_from_class_com.fasterxml.jackson.databind.exc.PropertyBindingException">Field</a> | </li> 392<li><a href="#constructor_summary">Constr</a> | </li> 393<li><a href="#method_summary">Method</a></li> 394</ul> 395<ul class="subNavList"> 396<li>Detail: </li> 397<li>Field | </li> 398<li><a href="#constructor_detail">Constr</a> | </li> 399<li><a href="#method_detail">Method</a></li> 400</ul> 401</div> 402<a name="skip-navbar_bottom"> 403<!-- --> 404</a></div> 405<!-- ======== END OF BOTTOM NAVBAR ======= --> 406<p class="legalCopy"><small>Copyright © 2014-2015 <a href="http://fasterxml.com/">FasterXML</a>. All Rights Reserved.</small></p> 407</body> 408</html> 409