• 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 (1.8.0_162) on Sat Apr 25 17:14:53 PDT 2020 -->
6<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7<title>com.fasterxml.jackson.databind.exc (jackson-databind 2.11.0 API)</title>
8<meta name="date" content="2020-04-25">
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="com.fasterxml.jackson.databind.exc (jackson-databind 2.11.0 API)";
17        }
18    }
19    catch(err) {
20    }
21//-->
22</script>
23<noscript>
24<div>JavaScript is disabled on your browser.</div>
25</noscript>
26<!-- ========= START OF TOP NAVBAR ======= -->
27<div class="topNav"><a name="navbar.top">
28<!--   -->
29</a>
30<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
31<a name="navbar.top.firstrow">
32<!--   -->
33</a>
34<ul class="navList" title="Navigation">
35<li><a href="../../../../../overview-summary.html">Overview</a></li>
36<li class="navBarCell1Rev">Package</li>
37<li>Class</li>
38<li><a href="package-use.html">Use</a></li>
39<li><a href="package-tree.html">Tree</a></li>
40<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
41<li><a href="../../../../../index-all.html">Index</a></li>
42<li><a href="../../../../../help-doc.html">Help</a></li>
43</ul>
44</div>
45<div class="subNav">
46<ul class="navList">
47<li><a href="../../../../../com/fasterxml/jackson/databind/deser/std/package-summary.html">Prev&nbsp;Package</a></li>
48<li><a href="../../../../../com/fasterxml/jackson/databind/ext/package-summary.html">Next&nbsp;Package</a></li>
49</ul>
50<ul class="navList">
51<li><a href="../../../../../index.html?com/fasterxml/jackson/databind/exc/package-summary.html" target="_top">Frames</a></li>
52<li><a href="package-summary.html" target="_top">No&nbsp;Frames</a></li>
53</ul>
54<ul class="navList" id="allclasses_navbar_top">
55<li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
56</ul>
57<div>
58<script type="text/javascript"><!--
59  allClassesLink = document.getElementById("allclasses_navbar_top");
60  if(window==top) {
61    allClassesLink.style.display = "block";
62  }
63  else {
64    allClassesLink.style.display = "none";
65  }
66  //-->
67</script>
68</div>
69<a name="skip.navbar.top">
70<!--   -->
71</a></div>
72<!-- ========= END OF TOP NAVBAR ========= -->
73<div class="header">
74<h1 title="Package" class="title">Package&nbsp;com.fasterxml.jackson.databind.exc</h1>
75</div>
76<div class="contentContainer">
77<ul class="blockList">
78<li class="blockList">
79<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Exception Summary table, listing exceptions, and an explanation">
80<caption><span>Exception Summary</span><span class="tabEnd">&nbsp;</span></caption>
81<tr>
82<th class="colFirst" scope="col">Exception</th>
83<th class="colLast" scope="col">Description</th>
84</tr>
85<tbody>
86<tr class="altColor">
87<td class="colFirst"><a href="../../../../../com/fasterxml/jackson/databind/exc/IgnoredPropertyException.html" title="class in com.fasterxml.jackson.databind.exc">IgnoredPropertyException</a></td>
88<td class="colLast">
89<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 used to indicate
90 case where an explicitly ignored property is encountered, and mapper
91 is configured to consider this an error.</div>
92</td>
93</tr>
94<tr class="rowColor">
95<td class="colFirst"><a href="../../../../../com/fasterxml/jackson/databind/exc/InvalidDefinitionException.html" title="class in com.fasterxml.jackson.databind.exc">InvalidDefinitionException</a></td>
96<td class="colLast">
97<div class="block">Intermediate exception type used as the base class for all <a href="../../../../../com/fasterxml/jackson/databind/JsonMappingException.html" title="class in com.fasterxml.jackson.databind"><code>JsonMappingException</code></a>s
98 that are due to problems with target type definition; usually a problem with
99 annotations used on a class or its properties.</div>
100</td>
101</tr>
102<tr class="altColor">
103<td class="colFirst"><a href="../../../../../com/fasterxml/jackson/databind/exc/InvalidFormatException.html" title="class in com.fasterxml.jackson.databind.exc">InvalidFormatException</a></td>
104<td class="colLast">
105<div class="block">Specialized sub-class of <a href="../../../../../com/fasterxml/jackson/databind/exc/MismatchedInputException.html" title="class in com.fasterxml.jackson.databind.exc"><code>MismatchedInputException</code></a>
106 that is used when the underlying problem appears to be that
107 of bad formatting of a value to deserialize.</div>
108</td>
109</tr>
110<tr class="rowColor">
111<td class="colFirst"><a href="../../../../../com/fasterxml/jackson/databind/exc/InvalidNullException.html" title="class in com.fasterxml.jackson.databind.exc">InvalidNullException</a></td>
112<td class="colLast">
113<div class="block">Exception thrown if a `null` value is being encountered for a property
114 designed as "fail on null" property (see <a href="http://fasterxml.github.io/jackson-annotations/javadoc/2.11/com/fasterxml/jackson/annotation/JsonSetter.html?is-external=true" title="class or interface in com.fasterxml.jackson.annotation"><code>JsonSetter</code></a>).</div>
115</td>
116</tr>
117<tr class="altColor">
118<td class="colFirst"><a href="../../../../../com/fasterxml/jackson/databind/exc/InvalidTypeIdException.html" title="class in com.fasterxml.jackson.databind.exc">InvalidTypeIdException</a></td>
119<td class="colLast">
120<div class="block">Exception thrown when resolution of a type id fails.</div>
121</td>
122</tr>
123<tr class="rowColor">
124<td class="colFirst"><a href="../../../../../com/fasterxml/jackson/databind/exc/MismatchedInputException.html" title="class in com.fasterxml.jackson.databind.exc">MismatchedInputException</a></td>
125<td class="colLast">
126<div class="block">General exception type used as the base class for all <a href="../../../../../com/fasterxml/jackson/databind/JsonMappingException.html" title="class in com.fasterxml.jackson.databind"><code>JsonMappingException</code></a>s
127 that are due to input not mapping to target definition; these are typically
128 considered "client errors" since target type definition itself is not the root cause
129 but mismatching input.</div>
130</td>
131</tr>
132<tr class="altColor">
133<td class="colFirst"><a href="../../../../../com/fasterxml/jackson/databind/exc/PropertyBindingException.html" title="class in com.fasterxml.jackson.databind.exc">PropertyBindingException</a></td>
134<td class="colLast">
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</td>
138</tr>
139<tr class="rowColor">
140<td class="colFirst"><a href="../../../../../com/fasterxml/jackson/databind/exc/UnrecognizedPropertyException.html" title="class in com.fasterxml.jackson.databind.exc">UnrecognizedPropertyException</a></td>
141<td class="colLast">
142<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
143 to indicate problems due to encountering a JSON property that could
144 not be mapped to an Object property (via getter, constructor argument
145 or field).</div>
146</td>
147</tr>
148<tr class="altColor">
149<td class="colFirst"><a href="../../../../../com/fasterxml/jackson/databind/exc/ValueInstantiationException.html" title="class in com.fasterxml.jackson.databind.exc">ValueInstantiationException</a></td>
150<td class="colLast">
151<div class="block">Exception type used for generic failures during processing by
152 <a href="../../../../../com/fasterxml/jackson/databind/deser/ValueInstantiator.html" title="class in com.fasterxml.jackson.databind.deser"><code>ValueInstantiator</code></a>:
153 commonly used to wrap exceptions thrown by constructor or factory
154 method.</div>
155</td>
156</tr>
157</tbody>
158</table>
159</li>
160</ul>
161</div>
162<!-- ======= START OF BOTTOM NAVBAR ====== -->
163<div class="bottomNav"><a name="navbar.bottom">
164<!--   -->
165</a>
166<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
167<a name="navbar.bottom.firstrow">
168<!--   -->
169</a>
170<ul class="navList" title="Navigation">
171<li><a href="../../../../../overview-summary.html">Overview</a></li>
172<li class="navBarCell1Rev">Package</li>
173<li>Class</li>
174<li><a href="package-use.html">Use</a></li>
175<li><a href="package-tree.html">Tree</a></li>
176<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
177<li><a href="../../../../../index-all.html">Index</a></li>
178<li><a href="../../../../../help-doc.html">Help</a></li>
179</ul>
180</div>
181<div class="subNav">
182<ul class="navList">
183<li><a href="../../../../../com/fasterxml/jackson/databind/deser/std/package-summary.html">Prev&nbsp;Package</a></li>
184<li><a href="../../../../../com/fasterxml/jackson/databind/ext/package-summary.html">Next&nbsp;Package</a></li>
185</ul>
186<ul class="navList">
187<li><a href="../../../../../index.html?com/fasterxml/jackson/databind/exc/package-summary.html" target="_top">Frames</a></li>
188<li><a href="package-summary.html" target="_top">No&nbsp;Frames</a></li>
189</ul>
190<ul class="navList" id="allclasses_navbar_bottom">
191<li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
192</ul>
193<div>
194<script type="text/javascript"><!--
195  allClassesLink = document.getElementById("allclasses_navbar_bottom");
196  if(window==top) {
197    allClassesLink.style.display = "block";
198  }
199  else {
200    allClassesLink.style.display = "none";
201  }
202  //-->
203</script>
204</div>
205<a name="skip.navbar.bottom">
206<!--   -->
207</a></div>
208<!-- ======== END OF BOTTOM NAVBAR ======= -->
209<p class="legalCopy"><small>Copyright &#169; 2008&#x2013;2020 <a href="http://fasterxml.com/">FasterXML</a>. All rights reserved.</small></p>
210</body>
211</html>
212