1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2<HTML style="overflow:auto;">
3<HEAD>
4<meta name="generator" content="JDiff v1.1.0">
5<!-- Generated by the JDiff Javadoc doclet -->
6<!-- (http://www.jdiff.org) -->
7<meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared.">
8<meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet">
9<TITLE>
10java.lang.Class
11</TITLE>
12<link href="/assets/android-developer-docs.css" rel="stylesheet" type="text/css" />
13<link href="/stylesheet-jdiff.css" rel="stylesheet" type="text/css" />
14<noscript>
15<style type="text/css">
16body{overflow:auto;}
17#body-content{position:relative; top:0;}
18#doc-content{overflow:visible;border-left:3px solid #666;}
19#side-nav{padding:0;}
20#side-nav .toggle-list ul {display:block;}
21#resize-packages-nav{border-bottom:3px solid #666;}
22</style>
23</noscript>
24<style type="text/css">
25</style>
26</HEAD>
27<BODY>
28<!-- Start of nav bar -->
29<a name="top"></a>
30<div id="header" style="margin-bottom:0;padding-bottom:0;">
31<div id="headerLeft">
32<a href="/index.html" tabindex="-1" target="_top"><img src="/assets/images/bg_logo.png" alt="Android Developers" /></a>
33</div>
34  <div id="headerRight">
35  <div id="headerLinks">
36<!-- <img src="/assets/images/icon_world.jpg" alt="" /> -->
37<span class="text">
38<!-- &nbsp;<a href="#">English</a> | -->
39<nobr><a href="http://developer.android.com" target="_top">Android Developers</a> | <a href="http://www.android.com" target="_top">Android.com</a></nobr>
40</span>
41</div>
42  <div class="and-diff-id" style="margin-top:6px;margin-right:8px;">
43    <table class="diffspectable">
44      <tr>
45        <td colspan="2" class="diffspechead">API Diff Specification</td>
46      </tr>
47      <tr>
48        <td class="diffspec" style="padding-top:.25em">To Level:</td>
49        <td class="diffvaluenew" style="padding-top:.25em">14</td>
50      </tr>
51      <tr>
52        <td class="diffspec">From Level:</td>
53        <td class="diffvalueold">13</td>
54      </tr>
55      <tr>
56        <td class="diffspec">Generated</td>
57        <td class="diffvalue">2011.10.06 23:19</td>
58      </tr>
59    </table>
60    </div><!-- End and-diff-id -->
61  <div class="and-diff-id" style="margin-right:8px;">
62    <table class="diffspectable">
63      <tr>
64        <td class="diffspec" colspan="2"><a href="jdiff_statistics.html">Statistics</a>
65      </tr>
66    </table>
67  </div> <!-- End and-diff-id -->
68  </div> <!-- End headerRight -->
69  </div> <!-- End header -->
70<div id="body-content" xstyle="padding:12px;padding-right:18px;">
71<div id="doc-content" style="position:relative;">
72<div id="mainBodyFluid">
73<H2>
74Class java.lang.<A HREF="/reference/java/lang/Class.html" target="_top"><font size="+2"><code>Class</code></font></A>
75</H2>
76<a NAME="constructors"></a>
77<a NAME="methods"></a>
78<p>
79<a NAME="Changed"></a>
80<TABLE summary="Changed Methods" WIDTH="100%">
81<TR>
82  <TH VALIGN="TOP" COLSPAN=3>Changed Methods</FONT></TD>
83</TH>
84<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
85  <TD VALIGN="TOP" WIDTH="25%">
86  <A NAME="java.lang.Class.getConstructor_changed(java.lang.Class<?>...)"></A>
87  <nobr><code>Constructor&lt;T&gt;</code>&nbsp;<A HREF="/reference/java/lang/Class.html#getConstructor(java.lang.Class<?>...)" target="_top"><code>getConstructor</code></A>(<code>Class&lt;?&gt;</code>)  </nobr>
88  </TD>
89  <TD VALIGN="TOP" WIDTH="30%">
90Change in exceptions thrown from (<code>java.lang.NoSuchMethodException, java.lang.SecurityException</code>) to <code>java.lang.NoSuchMethodException</code>.<br>
91  </TD>
92  <TD>&nbsp;</TD>
93</TR>
94<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
95  <TD VALIGN="TOP" WIDTH="25%">
96  <A NAME="java.lang.Class.getConstructors_changed()"></A>
97  <nobr><code>Constructor&lt;?&gt;</code>&nbsp;<A HREF="/reference/java/lang/Class.html#getConstructors()" target="_top"><code>getConstructors</code></A>()  </nobr>
98  </TD>
99  <TD VALIGN="TOP" WIDTH="30%">
100Change in exceptions thrown from <code>java.lang.SecurityException</code> to no exceptions.<br>
101  </TD>
102  <TD>&nbsp;</TD>
103</TR>
104<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
105  <TD VALIGN="TOP" WIDTH="25%">
106  <A NAME="java.lang.Class.getDeclaredClasses_changed()"></A>
107  <nobr><code>Class&lt;?&gt;</code>&nbsp;<A HREF="/reference/java/lang/Class.html#getDeclaredClasses()" target="_top"><code>getDeclaredClasses</code></A>()  </nobr>
108  </TD>
109  <TD VALIGN="TOP" WIDTH="30%">
110Change in exceptions thrown from <code>java.lang.SecurityException</code> to no exceptions.<br>
111  </TD>
112  <TD>&nbsp;</TD>
113</TR>
114<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
115  <TD VALIGN="TOP" WIDTH="25%">
116  <A NAME="java.lang.Class.getDeclaredConstructor_changed(java.lang.Class<?>...)"></A>
117  <nobr><code>Constructor&lt;T&gt;</code>&nbsp;<A HREF="/reference/java/lang/Class.html#getDeclaredConstructor(java.lang.Class<?>...)" target="_top"><code>getDeclaredConstructor</code></A>(<code>Class&lt;?&gt;</code>)  </nobr>
118  </TD>
119  <TD VALIGN="TOP" WIDTH="30%">
120Change in exceptions thrown from (<code>java.lang.NoSuchMethodException, java.lang.SecurityException</code>) to <code>java.lang.NoSuchMethodException</code>.<br>
121  </TD>
122  <TD>&nbsp;</TD>
123</TR>
124<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
125  <TD VALIGN="TOP" WIDTH="25%">
126  <A NAME="java.lang.Class.getDeclaredConstructors_changed()"></A>
127  <nobr><code>Constructor&lt;?&gt;</code>&nbsp;<A HREF="/reference/java/lang/Class.html#getDeclaredConstructors()" target="_top"><code>getDeclaredConstructors</code></A>()  </nobr>
128  </TD>
129  <TD VALIGN="TOP" WIDTH="30%">
130Change in exceptions thrown from <code>java.lang.SecurityException</code> to no exceptions.<br>
131  </TD>
132  <TD>&nbsp;</TD>
133</TR>
134<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
135  <TD VALIGN="TOP" WIDTH="25%">
136  <A NAME="java.lang.Class.getDeclaredField_changed(java.lang.String)"></A>
137  <nobr><code>Field</code>&nbsp;<A HREF="/reference/java/lang/Class.html#getDeclaredField(java.lang.String)" target="_top"><code>getDeclaredField</code></A>(<code>String</code>)  </nobr>
138  </TD>
139  <TD VALIGN="TOP" WIDTH="30%">
140Change in exceptions thrown from (<code>java.lang.NoSuchFieldException, java.lang.SecurityException</code>) to <code>java.lang.NoSuchFieldException</code>.<br>
141  </TD>
142  <TD>&nbsp;</TD>
143</TR>
144<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
145  <TD VALIGN="TOP" WIDTH="25%">
146  <A NAME="java.lang.Class.getDeclaredFields_changed()"></A>
147  <nobr><code>Field[]</code>&nbsp;<A HREF="/reference/java/lang/Class.html#getDeclaredFields()" target="_top"><code>getDeclaredFields</code></A>()  </nobr>
148  </TD>
149  <TD VALIGN="TOP" WIDTH="30%">
150Change in exceptions thrown from <code>java.lang.SecurityException</code> to no exceptions.<br>
151  </TD>
152  <TD>&nbsp;</TD>
153</TR>
154<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
155  <TD VALIGN="TOP" WIDTH="25%">
156  <A NAME="java.lang.Class.getDeclaredMethod_changed(java.lang.String, java.lang.Class<?>...)"></A>
157  <nobr><code>Method</code>&nbsp;<A HREF="/reference/java/lang/Class.html#getDeclaredMethod(java.lang.String, java.lang.Class<?>...)" target="_top"><code>getDeclaredMethod</code></A>(<code>String,</nobr> Class&lt;?&gt;<nobr><nobr></code>)  </nobr>
158  </TD>
159  <TD VALIGN="TOP" WIDTH="30%">
160Change in exceptions thrown from (<code>java.lang.NoSuchMethodException, java.lang.SecurityException</code>) to <code>java.lang.NoSuchMethodException</code>.<br>
161  </TD>
162  <TD>&nbsp;</TD>
163</TR>
164<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
165  <TD VALIGN="TOP" WIDTH="25%">
166  <A NAME="java.lang.Class.getDeclaredMethods_changed()"></A>
167  <nobr><code>Method[]</code>&nbsp;<A HREF="/reference/java/lang/Class.html#getDeclaredMethods()" target="_top"><code>getDeclaredMethods</code></A>()  </nobr>
168  </TD>
169  <TD VALIGN="TOP" WIDTH="30%">
170Change in exceptions thrown from <code>java.lang.SecurityException</code> to no exceptions.<br>
171  </TD>
172  <TD>&nbsp;</TD>
173</TR>
174<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
175  <TD VALIGN="TOP" WIDTH="25%">
176  <A NAME="java.lang.Class.getField_changed(java.lang.String)"></A>
177  <nobr><code>Field</code>&nbsp;<A HREF="/reference/java/lang/Class.html#getField(java.lang.String)" target="_top"><code>getField</code></A>(<code>String</code>)  </nobr>
178  </TD>
179  <TD VALIGN="TOP" WIDTH="30%">
180Change in exceptions thrown from (<code>java.lang.NoSuchFieldException, java.lang.SecurityException</code>) to <code>java.lang.NoSuchFieldException</code>.<br>
181  </TD>
182  <TD>&nbsp;</TD>
183</TR>
184<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
185  <TD VALIGN="TOP" WIDTH="25%">
186  <A NAME="java.lang.Class.getFields_changed()"></A>
187  <nobr><code>Field[]</code>&nbsp;<A HREF="/reference/java/lang/Class.html#getFields()" target="_top"><code>getFields</code></A>()  </nobr>
188  </TD>
189  <TD VALIGN="TOP" WIDTH="30%">
190Change in exceptions thrown from <code>java.lang.SecurityException</code> to no exceptions.<br>
191  </TD>
192  <TD>&nbsp;</TD>
193</TR>
194<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
195  <TD VALIGN="TOP" WIDTH="25%">
196  <A NAME="java.lang.Class.getMethod_changed(java.lang.String, java.lang.Class<?>...)"></A>
197  <nobr><code>Method</code>&nbsp;<A HREF="/reference/java/lang/Class.html#getMethod(java.lang.String, java.lang.Class<?>...)" target="_top"><code>getMethod</code></A>(<code>String,</nobr> Class&lt;?&gt;<nobr><nobr></code>)  </nobr>
198  </TD>
199  <TD VALIGN="TOP" WIDTH="30%">
200Change in exceptions thrown from (<code>java.lang.NoSuchMethodException, java.lang.SecurityException</code>) to <code>java.lang.NoSuchMethodException</code>.<br>
201  </TD>
202  <TD>&nbsp;</TD>
203</TR>
204<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
205  <TD VALIGN="TOP" WIDTH="25%">
206  <A NAME="java.lang.Class.getMethods_changed()"></A>
207  <nobr><code>Method[]</code>&nbsp;<A HREF="/reference/java/lang/Class.html#getMethods()" target="_top"><code>getMethods</code></A>()  </nobr>
208  </TD>
209  <TD VALIGN="TOP" WIDTH="30%">
210Change in exceptions thrown from <code>java.lang.SecurityException</code> to no exceptions.<br>
211  </TD>
212  <TD>&nbsp;</TD>
213</TR>
214</TABLE>
215&nbsp;
216<a NAME="fields"></a>
217      </div>	
218      <div id="footer">
219        <div id="copyright">
220        Except as noted, this content is licensed under 
221        <a href="http://creativecommons.org/licenses/by/2.5/"> Creative Commons Attribution 2.5</a>.
222        For details and restrictions, see the <a href="/license.html">Content License</a>.
223        </div>
224      <div id="footerlinks">
225      <p>
226        <a href="http://www.android.com/terms.html">Site Terms of Service</a> -
227        <a href="http://www.android.com/privacy.html">Privacy Policy</a> -
228        <a href="http://www.android.com/branding.html">Brand Guidelines</a>
229      </p>
230    </div>
231    </div> <!-- end footer -->
232    </div><!-- end doc-content -->
233    </div> <!-- end body-content --> 
234<script src="http://www.google-analytics.com/ga.js" type="text/javascript">
235</script>
236<script type="text/javascript">
237  try {
238    var pageTracker = _gat._getTracker("UA-5831155-1");
239    pageTracker._setAllowAnchor(true);
240    pageTracker._initData();
241    pageTracker._trackPageview();
242  } catch(e) {}
243</script>
244</BODY>
245</HTML>
246