<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_17) on Sun Nov 03 15:35:48 CET 2013 -->
<title>Uses of Class com.badlogic.gdx.utils.reflect.ReflectionException (libgdx API)
</title>
<meta name="date" content="2013-11-03">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class com.badlogic.gdx.utils.reflect.ReflectionException (libgdx API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.
</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview
</a></li>
<li><a href="../package-summary.html">Package
</a></li>
<li><a href="../../../../../../com/badlogic/gdx/utils/reflect/ReflectionException.html" title="class in com.badlogic.gdx.utils.reflect">Class
</a></li>
<li class="navBarCell1Rev">Use
</li>
<li><a href="../../../../../../overview-tree.html">Tree
</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated
</a></li>
<li><a href="../../../../../../index-all.html">Index
</a></li>
<li><a href="../../../../../../help-doc.html">Help
</a></li>
</ul>
<div class="aboutLanguage"><em>
libgdx API
<style>
body, td, th { font-family:Helvetica, Tahoma, Arial, sans-serif; font-size:10pt }
pre, code, tt { font-size:9pt; font-family:Lucida Console, Courier New, sans-serif }
h1, h2, h3, .FrameTitleFont, .FrameHeadingFont, .TableHeadingColor font { font-size:105%; font-weight:bold }
.TableHeadingColor { background:#EEEEFF; }
a { text-decoration:none }
a:hover { text-decoration:underline }
a:link, a:visited { color:blue }
table { border:0px }
.TableRowColor td:first-child { border-left:1px solid black }
.TableRowColor td { border:0px; border-bottom:1px solid black; border-right:1px solid black }
hr { border:0px; border-bottom:1px solid #333366; }
</style>
</em></div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev
</li>
<li>Next
</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?com/badlogic/gdx/utils/reflect/class-use/ReflectionException.html" target="_top">Frames
</a></li>
<li><a href="ReflectionException.html" target="_top">No Frames
</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../allclasses-noframe.html">All Classes
</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class com.badlogic.gdx.utils.reflect.ReflectionException" class="title">Uses of Class
<br>com.badlogic.gdx.utils.reflect.ReflectionException
</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use
<a href="../../../../../../com/badlogic/gdx/utils/reflect/ReflectionException.html" title="class in com.badlogic.gdx.utils.reflect">ReflectionException
</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Package
</th>
<th class="colLast" scope="col">Description
</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#com.badlogic.gdx.utils.reflect">com.badlogic.gdx.utils.reflect
</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="com.badlogic.gdx.utils.reflect">
<!-- -->
</a>
<h3>Uses of
<a href="../../../../../../com/badlogic/gdx/utils/reflect/ReflectionException.html" title="class in com.badlogic.gdx.utils.reflect">ReflectionException
</a> in
<a href="../../../../../../com/badlogic/gdx/utils/reflect/package-summary.html">com.badlogic.gdx.utils.reflect
</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in
<a href="../../../../../../com/badlogic/gdx/utils/reflect/package-summary.html">com.badlogic.gdx.utils.reflect
</a> that throw
<a href="../../../../../../com/badlogic/gdx/utils/reflect/ReflectionException.html" title="class in com.badlogic.gdx.utils.reflect">ReflectionException
</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type
</th>
<th class="colLast" scope="col">Method and Description
</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>static java.lang.Class
</code></td>
<td class="colLast"><span class="strong">ClassReflection.
</span><code><strong><a href="../../../../../../com/badlogic/gdx/utils/reflect/ClassReflection.html#forName(java.lang.String)">forName
</a></strong>(java.lang.String
name)
</code>
<div class="block">Returns the Class object associated with the class or interface with the supplied string name.
</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.lang.Object
</code></td>
<td class="colLast"><span class="strong">Field.
</span><code><strong><a href="../../../../../../com/badlogic/gdx/utils/reflect/Field.html#get(java.lang.Object)">get
</a></strong>(java.lang.Object
obj)
</code>
<div class="block">Returns the value of the field on the supplied object.
</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static
<a href="../../../../../../com/badlogic/gdx/utils/reflect/Constructor.html" title="class in com.badlogic.gdx.utils.reflect">Constructor
</a></code></td>
<td class="colLast"><span class="strong">ClassReflection.
</span><code><strong><a href="../../../../../../com/badlogic/gdx/utils/reflect/ClassReflection.html#getConstructor(java.lang.Class, java.lang.Class...)">getConstructor
</a></strong>(java.lang.Class
c,
java.lang.Class...
parameterTypes)
</code>
<div class="block">Returns a
<a href="../../../../../../com/badlogic/gdx/utils/reflect/Constructor.html" title="class in com.badlogic.gdx.utils.reflect"><code>Constructor
</code></a> that represents the public constructor for the supplied class which takes the supplied parameter types.
</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static
<a href="../../../../../../com/badlogic/gdx/utils/reflect/Constructor.html" title="class in com.badlogic.gdx.utils.reflect">Constructor
</a></code></td>
<td class="colLast"><span class="strong">ClassReflection.
</span><code><strong><a href="../../../../../../com/badlogic/gdx/utils/reflect/ClassReflection.html#getDeclaredConstructor(java.lang.Class, java.lang.Class...)">getDeclaredConstructor
</a></strong>(java.lang.Class
c,
java.lang.Class...
parameterTypes)
</code>
<div class="block">Returns a
<a href="../../../../../../com/badlogic/gdx/utils/reflect/Constructor.html" title="class in com.badlogic.gdx.utils.reflect"><code>Constructor
</code></a> that represents the constructor for the supplied class which takes the supplied parameter types.
</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static
<a href="../../../../../../com/badlogic/gdx/utils/reflect/Field.html" title="class in com.badlogic.gdx.utils.reflect">Field
</a></code></td>
<td class="colLast"><span class="strong">ClassReflection.
</span><code><strong><a href="../../../../../../com/badlogic/gdx/utils/reflect/ClassReflection.html#getDeclaredField(java.lang.Class, java.lang.String)">getDeclaredField
</a></strong>(java.lang.Class
c,
java.lang.String
name)
</code>
<div class="block">Returns a
<a href="../../../../../../com/badlogic/gdx/utils/reflect/Field.html" title="class in com.badlogic.gdx.utils.reflect"><code>Field
</code></a> that represents the specified declared field for the supplied class.
</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static
<a href="../../../../../../com/badlogic/gdx/utils/reflect/Method.html" title="class in com.badlogic.gdx.utils.reflect">Method
</a></code></td>
<td class="colLast"><span class="strong">ClassReflection.
</span><code><strong><a href="../../../../../../com/badlogic/gdx/utils/reflect/ClassReflection.html#getDeclaredMethod(java.lang.Class, java.lang.String, java.lang.Class...)">getDeclaredMethod
</a></strong>(java.lang.Class
c,
java.lang.String
name,
java.lang.Class...
parameterTypes)
</code>
<div class="block">Returns a
<a href="../../../../../../com/badlogic/gdx/utils/reflect/Method.html" title="class in com.badlogic.gdx.utils.reflect"><code>Method
</code></a> that represents the method declared by the supplied class which takes the supplied parameter types.
</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static
<a href="../../../../../../com/badlogic/gdx/utils/reflect/Field.html" title="class in com.badlogic.gdx.utils.reflect">Field
</a></code></td>
<td class="colLast"><span class="strong">ClassReflection.
</span><code><strong><a href="../../../../../../com/badlogic/gdx/utils/reflect/ClassReflection.html#getField(java.lang.Class, java.lang.String)">getField
</a></strong>(java.lang.Class
c,
java.lang.String
name)
</code>
<div class="block">Returns a
<a href="../../../../../../com/badlogic/gdx/utils/reflect/Field.html" title="class in com.badlogic.gdx.utils.reflect"><code>Field
</code></a> that represents the specified public member field for the supplied class.
</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static
<a href="../../../../../../com/badlogic/gdx/utils/reflect/Method.html" title="class in com.badlogic.gdx.utils.reflect">Method
</a></code></td>
<td class="colLast"><span class="strong">ClassReflection.
</span><code><strong><a href="../../../../../../com/badlogic/gdx/utils/reflect/ClassReflection.html#getMethod(java.lang.Class, java.lang.String, java.lang.Class...)">getMethod
</a></strong>(java.lang.Class
c,
java.lang.String
name,
java.lang.Class...
parameterTypes)
</code>
<div class="block">Returns a
<a href="../../../../../../com/badlogic/gdx/utils/reflect/Method.html" title="class in com.badlogic.gdx.utils.reflect"><code>Method
</code></a> that represents the public member method for the supplied class which takes the supplied parameter types.
</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.lang.Object
</code></td>
<td class="colLast"><span class="strong">Method.
</span><code><strong><a href="../../../../../../com/badlogic/gdx/utils/reflect/Method.html#invoke(java.lang.Object, java.lang.Object...)">invoke
</a></strong>(java.lang.Object
obj,
java.lang.Object...
args)
</code>
<div class="block">Invokes the underlying method on the supplied object with the supplied parameters.
</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static
<T
> T
</code></td>
<td class="colLast"><span class="strong">ClassReflection.
</span><code><strong><a href="../../../../../../com/badlogic/gdx/utils/reflect/ClassReflection.html#newInstance(java.lang.Class)">newInstance
</a></strong>(java.lang.Class
<T
> c)
</code>
<div class="block">Creates a new instance of the class represented by the supplied Class.
</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.lang.Object
</code></td>
<td class="colLast"><span class="strong">Constructor.
</span><code><strong><a href="../../../../../../com/badlogic/gdx/utils/reflect/Constructor.html#newInstance(java.lang.Object...)">newInstance
</a></strong>(java.lang.Object...
args)
</code>
<div class="block">Uses the constructor to create and initialize a new instance of the constructor's declaring class, with the supplied initialization parameters.
</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void
</code></td>
<td class="colLast"><span class="strong">Field.
</span><code><strong><a href="../../../../../../com/badlogic/gdx/utils/reflect/Field.html#set(java.lang.Object, java.lang.Object)">set
</a></strong>(java.lang.Object
obj,
java.lang.Object
value)
</code>
<div class="block">Sets the value of the field on the supplied object.
</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview
</a></li>
<li><a href="../package-summary.html">Package
</a></li>
<li><a href="../../../../../../com/badlogic/gdx/utils/reflect/ReflectionException.html" title="class in com.badlogic.gdx.utils.reflect">Class
</a></li>
<li class="navBarCell1Rev">Use
</li>
<li><a href="../../../../../../overview-tree.html">Tree
</a></li>
<li><a href="../../../../../../deprecated-list.html">Deprecated
</a></li>
<li><a href="../../../../../../index-all.html">Index
</a></li>
<li><a href="../../../../../../help-doc.html">Help
</a></li>
</ul>
<div class="aboutLanguage"><em>libgdx API
</em></div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev
</li>
<li>Next
</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?com/badlogic/gdx/utils/reflect/class-use/ReflectionException.html" target="_top">Frames
</a></li>
<li><a href="ReflectionException.html" target="_top">No Frames
</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../allclasses-noframe.html">All Classes
</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>
<div style="font-size:9pt"><i>
Copyright
© 2010-2013 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)
</i></div>
</small></p>
</body>
</html>