source: javadoc/genius/core/exceptions/class-use/InstantiateException.html@ 1

Last change on this file since 1 was 1, checked in by Wouter Pasman, 7 years ago

Initial import : Genius 9.0.0

File size: 22.0 KB
Line 
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_112) on Thu Jun 21 12:05:58 CEST 2018 -->
6<title>Uses of Class genius.core.exceptions.InstantiateException (Genius Core Documentation)</title>
7<meta name="date" content="2018-06-21">
8<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
9<script type="text/javascript" src="../../../../script.js"></script>
10</head>
11<body>
12<script type="text/javascript"><!--
13 try {
14 if (location.href.indexOf('is-external=true') == -1) {
15 parent.document.title="Uses of Class genius.core.exceptions.InstantiateException (Genius Core Documentation)";
16 }
17 }
18 catch(err) {
19 }
20//-->
21</script>
22<noscript>
23<div>JavaScript is disabled on your browser.</div>
24</noscript>
25<!-- ========= START OF TOP NAVBAR ======= -->
26<div class="topNav"><a name="navbar.top">
27<!-- -->
28</a>
29<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
30<a name="navbar.top.firstrow">
31<!-- -->
32</a>
33<ul class="navList" title="Navigation">
34<li><a href="../../../../overview-summary.html">Overview</a></li>
35<li><a href="../package-summary.html">Package</a></li>
36<li><a href="../../../../genius/core/exceptions/InstantiateException.html" title="class in genius.core.exceptions">Class</a></li>
37<li class="navBarCell1Rev">Use</li>
38<li><a href="../package-tree.html">Tree</a></li>
39<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
40<li><a href="../../../../index-all.html">Index</a></li>
41<li><a href="../../../../help-doc.html">Help</a></li>
42</ul>
43</div>
44<div class="subNav">
45<ul class="navList">
46<li>Prev</li>
47<li>Next</li>
48</ul>
49<ul class="navList">
50<li><a href="../../../../index.html?genius/core/exceptions/class-use/InstantiateException.html" target="_top">Frames</a></li>
51<li><a href="InstantiateException.html" target="_top">No&nbsp;Frames</a></li>
52</ul>
53<ul class="navList" id="allclasses_navbar_top">
54<li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
55</ul>
56<div>
57<script type="text/javascript"><!--
58 allClassesLink = document.getElementById("allclasses_navbar_top");
59 if(window==top) {
60 allClassesLink.style.display = "block";
61 }
62 else {
63 allClassesLink.style.display = "none";
64 }
65 //-->
66</script>
67</div>
68<a name="skip.navbar.top">
69<!-- -->
70</a></div>
71<!-- ========= END OF TOP NAVBAR ========= -->
72<div class="header">
73<h2 title="Uses of Class genius.core.exceptions.InstantiateException" class="title">Uses of Class<br>genius.core.exceptions.InstantiateException</h2>
74</div>
75<div class="classUseContainer">
76<ul class="blockList">
77<li class="blockList">
78<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
79<caption><span>Packages that use <a href="../../../../genius/core/exceptions/InstantiateException.html" title="class in genius.core.exceptions">InstantiateException</a></span><span class="tabEnd">&nbsp;</span></caption>
80<tr>
81<th class="colFirst" scope="col">Package</th>
82<th class="colLast" scope="col">Description</th>
83</tr>
84<tbody>
85<tr class="altColor">
86<td class="colFirst"><a href="#genius.core">genius.core</a></td>
87<td class="colLast">&nbsp;</td>
88</tr>
89<tr class="rowColor">
90<td class="colFirst"><a href="#genius.core.boaframework">genius.core.boaframework</a></td>
91<td class="colLast">&nbsp;</td>
92</tr>
93<tr class="altColor">
94<td class="colFirst"><a href="#genius.core.boaframework.repository">genius.core.boaframework.repository</a></td>
95<td class="colLast">&nbsp;</td>
96</tr>
97<tr class="rowColor">
98<td class="colFirst"><a href="#genius.core.repository">genius.core.repository</a></td>
99<td class="colLast">&nbsp;</td>
100</tr>
101<tr class="altColor">
102<td class="colFirst"><a href="#genius.core.repository.boa">genius.core.repository.boa</a></td>
103<td class="colLast">&nbsp;</td>
104</tr>
105<tr class="rowColor">
106<td class="colFirst"><a href="#genius.core.session">genius.core.session</a></td>
107<td class="colLast">&nbsp;</td>
108</tr>
109</tbody>
110</table>
111</li>
112<li class="blockList">
113<ul class="blockList">
114<li class="blockList"><a name="genius.core">
115<!-- -->
116</a>
117<h3>Uses of <a href="../../../../genius/core/exceptions/InstantiateException.html" title="class in genius.core.exceptions">InstantiateException</a> in <a href="../../../../genius/core/package-summary.html">genius.core</a></h3>
118<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
119<caption><span>Methods in <a href="../../../../genius/core/package-summary.html">genius.core</a> that throw <a href="../../../../genius/core/exceptions/InstantiateException.html" title="class in genius.core.exceptions">InstantiateException</a></span><span class="tabEnd">&nbsp;</span></caption>
120<tr>
121<th class="colFirst" scope="col">Modifier and Type</th>
122<th class="colLast" scope="col">Method and Description</th>
123</tr>
124<tbody>
125<tr class="altColor">
126<td class="colFirst"><code>static <a href="../../../../genius/core/protocol/Protocol.html" title="class in genius.core.protocol">Protocol</a></code></td>
127<td class="colLast"><span class="typeNameLabel">Global.</span><code><span class="memberNameLink"><a href="../../../../genius/core/Global.html#createProtocolInstance-genius.core.repository.ProtocolRepItem-genius.core.repository.AgentRepItem:A-genius.core.repository.ProfileRepItem:A-java.util.HashMap:A-">createProtocolInstance</a></span>(<a href="../../../../genius/core/repository/ProtocolRepItem.html" title="class in genius.core.repository">ProtocolRepItem</a>&nbsp;protRepItem,
128 <a href="../../../../genius/core/repository/AgentRepItem.html" title="class in genius.core.repository">AgentRepItem</a>[]&nbsp;agentRepItems,
129 <a href="../../../../genius/core/repository/ProfileRepItem.html" title="class in genius.core.repository">ProfileRepItem</a>[]&nbsp;profileRepItems,
130 java.util.HashMap&lt;<a href="../../../../genius/core/tournament/VariablesAndValues/AgentParameterVariable.html" title="class in genius.core.tournament.VariablesAndValues">AgentParameterVariable</a>,<a href="../../../../genius/core/tournament/VariablesAndValues/AgentParamValue.html" title="class in genius.core.tournament.VariablesAndValues">AgentParamValue</a>&gt;[]&nbsp;agentParams)</code>&nbsp;</td>
131</tr>
132<tr class="rowColor">
133<td class="colFirst"><code>static <a href="../../../../genius/core/Agent.html" title="class in genius.core">Agent</a></code></td>
134<td class="colLast"><span class="typeNameLabel">Global.</span><code><span class="memberNameLink"><a href="../../../../genius/core/Global.html#loadAgent-java.lang.String-">loadAgent</a></span>(java.lang.String&nbsp;path)</code>
135<div class="block">Load an agent using the given classname/filename.</div>
136</td>
137</tr>
138<tr class="altColor">
139<td class="colFirst"><code>static <a href="../../../../genius/core/Agent.html" title="class in genius.core">Agent</a></code></td>
140<td class="colLast"><span class="typeNameLabel">Global.</span><code><span class="memberNameLink"><a href="../../../../genius/core/Global.html#loadAgent-java.lang.String-java.lang.String-">loadAgent</a></span>(java.lang.String&nbsp;agentClassName,
141 java.lang.String&nbsp;variables)</code>
142<div class="block">load agent and then set the parameters.</div>
143</td>
144</tr>
145<tr class="rowColor">
146<td class="colFirst"><code>static java.lang.Object</code></td>
147<td class="colLast"><span class="typeNameLabel">Global.</span><code><span class="memberNameLink"><a href="../../../../genius/core/Global.html#loadObject-java.lang.String-">loadObject</a></span>(java.lang.String&nbsp;path)</code>
148<div class="block">Load an object from a given path.</div>
149</td>
150</tr>
151<tr class="altColor">
152<td class="colFirst"><code>static java.lang.Object</code></td>
153<td class="colLast"><span class="typeNameLabel">Global.</span><code><span class="memberNameLink"><a href="../../../../genius/core/Global.html#loadObject-java.lang.String-java.lang.Class-">loadObject</a></span>(java.lang.String&nbsp;path,
154 java.lang.Class&lt;?&gt;&nbsp;expectedClass)</code>
155<div class="block">Runtime type-checked version of <a href="../../../../genius/core/Global.html#loadObject-java.lang.String-"><code>Global.loadObject(String)</code></a>.</div>
156</td>
157</tr>
158</tbody>
159</table>
160</li>
161<li class="blockList"><a name="genius.core.boaframework">
162<!-- -->
163</a>
164<h3>Uses of <a href="../../../../genius/core/exceptions/InstantiateException.html" title="class in genius.core.exceptions">InstantiateException</a> in <a href="../../../../genius/core/boaframework/package-summary.html">genius.core.boaframework</a></h3>
165<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
166<caption><span>Methods in <a href="../../../../genius/core/boaframework/package-summary.html">genius.core.boaframework</a> that throw <a href="../../../../genius/core/exceptions/InstantiateException.html" title="class in genius.core.exceptions">InstantiateException</a></span><span class="tabEnd">&nbsp;</span></caption>
167<tr>
168<th class="colFirst" scope="col">Modifier and Type</th>
169<th class="colLast" scope="col">Method and Description</th>
170</tr>
171<tbody>
172<tr class="altColor">
173<td class="colFirst"><code>java.util.Set&lt;<a href="../../../../genius/core/boaframework/BOAparameter.html" title="class in genius.core.boaframework">BOAparameter</a>&gt;</code></td>
174<td class="colLast"><span class="typeNameLabel">BOAcomponent.</span><code><span class="memberNameLink"><a href="../../../../genius/core/boaframework/BOAcomponent.html#getOriginalParameters--">getOriginalParameters</a></span>()</code>&nbsp;</td>
175</tr>
176</tbody>
177</table>
178</li>
179<li class="blockList"><a name="genius.core.boaframework.repository">
180<!-- -->
181</a>
182<h3>Uses of <a href="../../../../genius/core/exceptions/InstantiateException.html" title="class in genius.core.exceptions">InstantiateException</a> in <a href="../../../../genius/core/boaframework/repository/package-summary.html">genius.core.boaframework.repository</a></h3>
183<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
184<caption><span>Methods in <a href="../../../../genius/core/boaframework/repository/package-summary.html">genius.core.boaframework.repository</a> that throw <a href="../../../../genius/core/exceptions/InstantiateException.html" title="class in genius.core.exceptions">InstantiateException</a></span><span class="tabEnd">&nbsp;</span></caption>
185<tr>
186<th class="colFirst" scope="col">Modifier and Type</th>
187<th class="colLast" scope="col">Method and Description</th>
188</tr>
189<tbody>
190<tr class="altColor">
191<td class="colFirst"><code><a href="../../../../genius/core/boaframework/BOA.html" title="class in genius.core.boaframework">BOA</a></code></td>
192<td class="colLast"><span class="typeNameLabel">BOArepItem.</span><code><span class="memberNameLink"><a href="../../../../genius/core/boaframework/repository/BOArepItem.html#getInstance--">getInstance</a></span>()</code>&nbsp;</td>
193</tr>
194</tbody>
195</table>
196</li>
197<li class="blockList"><a name="genius.core.repository">
198<!-- -->
199</a>
200<h3>Uses of <a href="../../../../genius/core/exceptions/InstantiateException.html" title="class in genius.core.exceptions">InstantiateException</a> in <a href="../../../../genius/core/repository/package-summary.html">genius.core.repository</a></h3>
201<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
202<caption><span>Methods in <a href="../../../../genius/core/repository/package-summary.html">genius.core.repository</a> that throw <a href="../../../../genius/core/exceptions/InstantiateException.html" title="class in genius.core.exceptions">InstantiateException</a></span><span class="tabEnd">&nbsp;</span></caption>
203<tr>
204<th class="colFirst" scope="col">Modifier and Type</th>
205<th class="colLast" scope="col">Method and Description</th>
206</tr>
207<tbody>
208<tr class="altColor">
209<td class="colFirst"><code><a href="../../../../genius/core/Agent.html" title="class in genius.core">Agent</a></code></td>
210<td class="colLast"><span class="typeNameLabel">AgentRepItem.</span><code><span class="memberNameLink"><a href="../../../../genius/core/repository/AgentRepItem.html#getInstance--">getInstance</a></span>()</code>
211<div class="block">Try to load the agent that this reference points to.</div>
212</td>
213</tr>
214<tr class="rowColor">
215<td class="colFirst"><code>protected <a href="../../../../genius/core/parties/NegotiationParty.html" title="interface in genius.core.parties">NegotiationParty</a></code></td>
216<td class="colLast"><span class="typeNameLabel">PartyRepItem.</span><code><span class="memberNameLink"><a href="../../../../genius/core/repository/PartyRepItem.html#init--">init</a></span>()</code>
217<div class="block">Init our fields to cache the party information.</div>
218</td>
219</tr>
220<tr class="altColor">
221<td class="colFirst"><code>protected <a href="../../../../genius/core/parties/NegotiationParty.html" title="interface in genius.core.parties">NegotiationParty</a></code></td>
222<td class="colLast"><span class="typeNameLabel">ParticipantRepItem.</span><code><span class="memberNameLink"><a href="../../../../genius/core/repository/ParticipantRepItem.html#init--">init</a></span>()</code>
223<div class="block">Init our fields to cache the party information.</div>
224</td>
225</tr>
226<tr class="rowColor">
227<td class="colFirst"><code>protected void</code></td>
228<td class="colLast"><span class="typeNameLabel">ParticipantRepItem.</span><code><span class="memberNameLink"><a href="../../../../genius/core/repository/ParticipantRepItem.html#initSilent--">initSilent</a></span>()</code>
229<div class="block">call init but suppress any exceptions and print just a stacktrace.</div>
230</td>
231</tr>
232<tr class="altColor">
233<td class="colFirst"><code><a href="../../../../genius/core/parties/NegotiationParty.html" title="interface in genius.core.parties">NegotiationParty</a></code></td>
234<td class="colLast"><span class="typeNameLabel">PartyRepItem.</span><code><span class="memberNameLink"><a href="../../../../genius/core/repository/PartyRepItem.html#load--">load</a></span>()</code>&nbsp;</td>
235</tr>
236<tr class="rowColor">
237<td class="colFirst"><code>abstract <a href="../../../../genius/core/parties/NegotiationParty.html" title="interface in genius.core.parties">NegotiationParty</a></code></td>
238<td class="colLast"><span class="typeNameLabel">ParticipantRepItem.</span><code><span class="memberNameLink"><a href="../../../../genius/core/repository/ParticipantRepItem.html#load--">load</a></span>()</code>&nbsp;</td>
239</tr>
240</tbody>
241</table>
242</li>
243<li class="blockList"><a name="genius.core.repository.boa">
244<!-- -->
245</a>
246<h3>Uses of <a href="../../../../genius/core/exceptions/InstantiateException.html" title="class in genius.core.exceptions">InstantiateException</a> in <a href="../../../../genius/core/repository/boa/package-summary.html">genius.core.repository.boa</a></h3>
247<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
248<caption><span>Methods in <a href="../../../../genius/core/repository/boa/package-summary.html">genius.core.repository.boa</a> that throw <a href="../../../../genius/core/exceptions/InstantiateException.html" title="class in genius.core.exceptions">InstantiateException</a></span><span class="tabEnd">&nbsp;</span></caption>
249<tr>
250<th class="colFirst" scope="col">Modifier and Type</th>
251<th class="colLast" scope="col">Method and Description</th>
252</tr>
253<tbody>
254<tr class="altColor">
255<td class="colFirst"><code><a href="../../../../genius/core/repository/boa/BoaRepItem.html" title="type parameter in BoaRepItem">T</a></code></td>
256<td class="colLast"><span class="typeNameLabel">BoaRepItem.</span><code><span class="memberNameLink"><a href="../../../../genius/core/repository/boa/BoaRepItem.html#getInstance--">getInstance</a></span>()</code>&nbsp;</td>
257</tr>
258<tr class="rowColor">
259<td class="colFirst"><code><a href="../../../../genius/core/parties/NegotiationParty.html" title="interface in genius.core.parties">NegotiationParty</a></code></td>
260<td class="colLast"><span class="typeNameLabel">BoaPartyRepItem.</span><code><span class="memberNameLink"><a href="../../../../genius/core/repository/boa/BoaPartyRepItem.html#load--">load</a></span>()</code>&nbsp;</td>
261</tr>
262</tbody>
263</table>
264<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
265<caption><span>Constructors in <a href="../../../../genius/core/repository/boa/package-summary.html">genius.core.repository.boa</a> that throw <a href="../../../../genius/core/exceptions/InstantiateException.html" title="class in genius.core.exceptions">InstantiateException</a></span><span class="tabEnd">&nbsp;</span></caption>
266<tr>
267<th class="colOne" scope="col">Constructor and Description</th>
268</tr>
269<tbody>
270<tr class="altColor">
271<td class="colLast"><code><span class="memberNameLink"><a href="../../../../genius/core/repository/boa/BoaPartyRepItem.html#BoaPartyRepItem-java.lang.String-">BoaPartyRepItem</a></span>(java.lang.String&nbsp;partyName)</code>
272<div class="block">Create default Boa party with given name.</div>
273</td>
274</tr>
275<tr class="rowColor">
276<td class="colLast"><code><span class="memberNameLink"><a href="../../../../genius/core/repository/boa/BoaWithSettingsRepItem.html#BoaWithSettingsRepItem-genius.core.boaframework.BoaType-">BoaWithSettingsRepItem</a></span>(<a href="../../../../genius/core/boaframework/BoaType.html" title="enum in genius.core.boaframework">BoaType</a>&nbsp;type)</code>
277<div class="block">Create just any with given type.</div>
278</td>
279</tr>
280</tbody>
281</table>
282</li>
283<li class="blockList"><a name="genius.core.session">
284<!-- -->
285</a>
286<h3>Uses of <a href="../../../../genius/core/exceptions/InstantiateException.html" title="class in genius.core.exceptions">InstantiateException</a> in <a href="../../../../genius/core/session/package-summary.html">genius.core.session</a></h3>
287<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
288<caption><span>Methods in <a href="../../../../genius/core/session/package-summary.html">genius.core.session</a> that throw <a href="../../../../genius/core/exceptions/InstantiateException.html" title="class in genius.core.exceptions">InstantiateException</a></span><span class="tabEnd">&nbsp;</span></caption>
289<tr>
290<th class="colFirst" scope="col">Modifier and Type</th>
291<th class="colLast" scope="col">Method and Description</th>
292</tr>
293<tbody>
294<tr class="altColor">
295<td class="colFirst"><code>static <a href="../../../../genius/core/protocol/MultilateralProtocol.html" title="interface in genius.core.protocol">MultilateralProtocol</a></code></td>
296<td class="colLast"><span class="typeNameLabel">TournamentManager.</span><code><span class="memberNameLink"><a href="../../../../genius/core/session/TournamentManager.html#getProtocol-genius.core.repository.MultiPartyProtocolRepItem-">getProtocol</a></span>(<a href="../../../../genius/core/repository/MultiPartyProtocolRepItem.html" title="class in genius.core.repository">MultiPartyProtocolRepItem</a>&nbsp;protocolRepItem)</code>
297<div class="block">Create a new instance of the Protocol object from a
298 <a href="../../../../genius/core/repository/MultiPartyProtocolRepItem.html" title="class in genius.core.repository"><code>MultiPartyProtocolRepItem</code></a></div>
299</td>
300</tr>
301</tbody>
302</table>
303<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
304<caption><span>Constructors in <a href="../../../../genius/core/session/package-summary.html">genius.core.session</a> that throw <a href="../../../../genius/core/exceptions/InstantiateException.html" title="class in genius.core.exceptions">InstantiateException</a></span><span class="tabEnd">&nbsp;</span></caption>
305<tr>
306<th class="colOne" scope="col">Constructor and Description</th>
307</tr>
308<tbody>
309<tr class="altColor">
310<td class="colLast"><code><span class="memberNameLink"><a href="../../../../genius/core/session/TournamentManager.html#TournamentManager-genius.core.config.MultilateralTournamentConfiguration-">TournamentManager</a></span>(<a href="../../../../genius/core/config/MultilateralTournamentConfiguration.html" title="class in genius.core.config">MultilateralTournamentConfiguration</a>&nbsp;config)</code>
311<div class="block">Initializes a new instance of the
312 <a href="../../../../genius/core/session/TournamentManager.html" title="class in genius.core.session"><code>TournamentManager</code></a> class.</div>
313</td>
314</tr>
315</tbody>
316</table>
317</li>
318</ul>
319</li>
320</ul>
321</div>
322<!-- ======= START OF BOTTOM NAVBAR ====== -->
323<div class="bottomNav"><a name="navbar.bottom">
324<!-- -->
325</a>
326<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
327<a name="navbar.bottom.firstrow">
328<!-- -->
329</a>
330<ul class="navList" title="Navigation">
331<li><a href="../../../../overview-summary.html">Overview</a></li>
332<li><a href="../package-summary.html">Package</a></li>
333<li><a href="../../../../genius/core/exceptions/InstantiateException.html" title="class in genius.core.exceptions">Class</a></li>
334<li class="navBarCell1Rev">Use</li>
335<li><a href="../package-tree.html">Tree</a></li>
336<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
337<li><a href="../../../../index-all.html">Index</a></li>
338<li><a href="../../../../help-doc.html">Help</a></li>
339</ul>
340</div>
341<div class="subNav">
342<ul class="navList">
343<li>Prev</li>
344<li>Next</li>
345</ul>
346<ul class="navList">
347<li><a href="../../../../index.html?genius/core/exceptions/class-use/InstantiateException.html" target="_top">Frames</a></li>
348<li><a href="InstantiateException.html" target="_top">No&nbsp;Frames</a></li>
349</ul>
350<ul class="navList" id="allclasses_navbar_bottom">
351<li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
352</ul>
353<div>
354<script type="text/javascript"><!--
355 allClassesLink = document.getElementById("allclasses_navbar_bottom");
356 if(window==top) {
357 allClassesLink.style.display = "block";
358 }
359 else {
360 allClassesLink.style.display = "none";
361 }
362 //-->
363</script>
364</div>
365<a name="skip.navbar.bottom">
366<!-- -->
367</a></div>
368<!-- ======== END OF BOTTOM NAVBAR ======= -->
369</body>
370</html>
Note: See TracBrowser for help on using the repository browser.