Subversion Repositories Applications.framework

Rev

Rev 464 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
464 jpm 1
<!DOCTYPE html>
2
<html>
3
<head>
4
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5
	<meta name="generator" content="ApiGen 2.8.0">
6
 
465 jpm 7
	<title>Class Exception</title>
464 jpm 8
 
9
	<script type="text/javascript" src="resources/combined.js?4205936287"></script>
465 jpm 10
	<script type="text/javascript" src="elementlist.js?4111837732"></script>
464 jpm 11
	<link rel="stylesheet" type="text/css" media="all" href="resources/style.css?3505392360">
12
 
13
</head>
14
 
15
<body>
16
<div id="left">
17
	<div id="menu">
18
		<a href="index.html" title="Overview"><span>Overview</span></a>
19
 
20
 
21
		<div id="groups">
22
			<h3>Packages</h3>
23
			<ul>
24
				<li><a href="package-Framework.html">Framework</a>
25
						</li>
26
				<li><a href="package-None.html">None</a>
27
						</li>
28
				<li class="active"><a href="package-PHP.html">PHP</a>
29
						</li>
30
				<li><a href="package-Utilitaire.html">Utilitaire</a>
31
						</li>
32
			</ul>
33
		</div>
34
 
35
		<hr>
36
 
37
 
38
		<div id="elements">
39
 
40
 
41
 
42
			<h3>Exceptions</h3>
43
			<ul>
44
				<li class="active"><a href="class-Exception.html">Exception</a></li>
45
			</ul>
46
 
47
 
48
		</div>
49
	</div>
50
</div>
51
 
52
<div id="splitter"></div>
53
 
54
<div id="right">
55
<div id="rightInner">
56
	<form id="search">
57
		<input type="hidden" name="cx" value="">
58
		<input type="hidden" name="ie" value="UTF-8">
59
		<input type="text" name="q" class="text">
60
		<input type="submit" value="Search">
61
	</form>
62
 
63
	<div id="navigation">
64
		<ul>
65
			<li>
66
				<a href="index.html" title="Overview"><span>Overview</span></a>
67
			</li>
68
			<li>
69
				<a href="package-PHP.html" title="Summary of PHP"><span>Package</span></a>
70
			</li>
71
			<li class="active">
72
<span>Class</span>			</li>
73
		</ul>
74
		<ul>
75
			<li>
76
				<a href="tree.html" title="Tree view of classes, interfaces, traits and exceptions"><span>Tree</span></a>
77
			</li>
78
			<li>
79
				<a href="deprecated.html" title="List of deprecated elements"><span>Deprecated</span></a>
80
			</li>
81
			<li>
82
				<a href="todo.html" title="Todo list"><span>Todo</span></a>
83
			</li>
84
		</ul>
85
		<ul>
86
		</ul>
87
	</div>
88
 
89
<div id="content" class="class">
90
	<h1>Class Exception</h1>
91
 
92
 
93
 
94
 
95
 
96
 
97
 
98
 
99
 
100
 
101
 
102
	<div class="info">
103
 
104
		<b>PHP Extension:</b> <a href="http://php.net/manual" title="Go to PHP documentation">Core</a><br>
105
 
106
 
107
 
108
		<b>Documented at</b> <a href="http://php.net/manual/class.exception.php" title="Go to PHP documentation">php.net</a><br>
109
	</div>
110
 
111
 
112
 
113
	<table class="summary" id="methods">
114
	<caption>Methods summary</caption>
115
	<tr data-order="__construct" id="___construct">
116
 
117
		<td class="attributes"><code>
118
			 public
119
 
120
 
121
			</code>
122
		</td>
123
 
124
		<td class="name"><div>
125
		<a class="anchor" href="#___construct">#</a>
126
		<code><a href="http://php.net/manual/exception.construct.php" title="Go to PHP documentation">__construct</a>( <span>mixed <var>$message</var></span>, <span>mixed <var>$code</var></span>, <span>mixed <var>$previous</var></span> )</code>
127
 
128
		<div class="description short">
129
 
130
		</div>
131
 
132
		<div class="description detailed hidden">
133
 
134
 
135
 
136
 
137
 
138
 
139
 
140
 
141
		</div>
142
		</div></td>
143
	</tr>
144
	<tr data-order="getMessage" id="_getMessage">
145
 
146
		<td class="attributes"><code>
147
			final public
148
 
149
 
150
			</code>
151
		</td>
152
 
153
		<td class="name"><div>
154
		<a class="anchor" href="#_getMessage">#</a>
155
		<code><a href="http://php.net/manual/exception.getmessage.php" title="Go to PHP documentation">getMessage</a>( )</code>
156
 
157
		<div class="description short">
158
 
159
		</div>
160
 
161
		<div class="description detailed hidden">
162
 
163
 
164
 
165
 
166
 
167
 
168
 
169
 
170
		</div>
171
		</div></td>
172
	</tr>
173
	<tr data-order="getCode" id="_getCode">
174
 
175
		<td class="attributes"><code>
176
			final public
177
 
178
 
179
			</code>
180
		</td>
181
 
182
		<td class="name"><div>
183
		<a class="anchor" href="#_getCode">#</a>
184
		<code><a href="http://php.net/manual/exception.getcode.php" title="Go to PHP documentation">getCode</a>( )</code>
185
 
186
		<div class="description short">
187
 
188
		</div>
189
 
190
		<div class="description detailed hidden">
191
 
192
 
193
 
194
 
195
 
196
 
197
 
198
 
199
		</div>
200
		</div></td>
201
	</tr>
202
	<tr data-order="getFile" id="_getFile">
203
 
204
		<td class="attributes"><code>
205
			final public
206
 
207
 
208
			</code>
209
		</td>
210
 
211
		<td class="name"><div>
212
		<a class="anchor" href="#_getFile">#</a>
213
		<code><a href="http://php.net/manual/exception.getfile.php" title="Go to PHP documentation">getFile</a>( )</code>
214
 
215
		<div class="description short">
216
 
217
		</div>
218
 
219
		<div class="description detailed hidden">
220
 
221
 
222
 
223
 
224
 
225
 
226
 
227
 
228
		</div>
229
		</div></td>
230
	</tr>
231
	<tr data-order="getLine" id="_getLine">
232
 
233
		<td class="attributes"><code>
234
			final public
235
 
236
 
237
			</code>
238
		</td>
239
 
240
		<td class="name"><div>
241
		<a class="anchor" href="#_getLine">#</a>
242
		<code><a href="http://php.net/manual/exception.getline.php" title="Go to PHP documentation">getLine</a>( )</code>
243
 
244
		<div class="description short">
245
 
246
		</div>
247
 
248
		<div class="description detailed hidden">
249
 
250
 
251
 
252
 
253
 
254
 
255
 
256
 
257
		</div>
258
		</div></td>
259
	</tr>
260
	<tr data-order="getTrace" id="_getTrace">
261
 
262
		<td class="attributes"><code>
263
			final public
264
 
265
 
266
			</code>
267
		</td>
268
 
269
		<td class="name"><div>
270
		<a class="anchor" href="#_getTrace">#</a>
271
		<code><a href="http://php.net/manual/exception.gettrace.php" title="Go to PHP documentation">getTrace</a>( )</code>
272
 
273
		<div class="description short">
274
 
275
		</div>
276
 
277
		<div class="description detailed hidden">
278
 
279
 
280
 
281
 
282
 
283
 
284
 
285
 
286
		</div>
287
		</div></td>
288
	</tr>
289
	<tr data-order="getPrevious" id="_getPrevious">
290
 
291
		<td class="attributes"><code>
292
			final public
293
 
294
 
295
			</code>
296
		</td>
297
 
298
		<td class="name"><div>
299
		<a class="anchor" href="#_getPrevious">#</a>
300
		<code><a href="http://php.net/manual/exception.getprevious.php" title="Go to PHP documentation">getPrevious</a>( )</code>
301
 
302
		<div class="description short">
303
 
304
		</div>
305
 
306
		<div class="description detailed hidden">
307
 
308
 
309
 
310
 
311
 
312
 
313
 
314
 
315
		</div>
316
		</div></td>
317
	</tr>
318
	<tr data-order="getTraceAsString" id="_getTraceAsString">
319
 
320
		<td class="attributes"><code>
321
			final public
322
 
323
 
324
			</code>
325
		</td>
326
 
327
		<td class="name"><div>
328
		<a class="anchor" href="#_getTraceAsString">#</a>
329
		<code><a href="http://php.net/manual/exception.gettraceasstring.php" title="Go to PHP documentation">getTraceAsString</a>( )</code>
330
 
331
		<div class="description short">
332
 
333
		</div>
334
 
335
		<div class="description detailed hidden">
336
 
337
 
338
 
339
 
340
 
341
 
342
 
343
 
344
		</div>
345
		</div></td>
346
	</tr>
347
	<tr data-order="__toString" id="___toString">
348
 
349
		<td class="attributes"><code>
350
			 public
351
 
352
 
353
			</code>
354
		</td>
355
 
356
		<td class="name"><div>
357
		<a class="anchor" href="#___toString">#</a>
358
		<code><a href="http://php.net/manual/exception.tostring.php" title="Go to PHP documentation">__toString</a>( )</code>
359
 
360
		<div class="description short">
361
 
362
		</div>
363
 
364
		<div class="description detailed hidden">
365
 
366
 
367
 
368
 
369
 
370
 
371
 
372
 
373
		</div>
374
		</div></td>
375
	</tr>
376
	</table>
377
 
378
 
379
 
380
 
381
 
382
 
383
 
384
 
385
 
386
 
387
 
388
 
389
	<table class="summary" id="properties">
390
	<caption>Properties summary</caption>
391
	<tr data-order="message" id="$message">
392
		<td class="attributes"><code>
393
			protected
394
			string
395
		</code></td>
396
 
397
		<td class="name">
398
				<a href="http://php.net/manual/class.exception.php#exception.props.message" title="Go to PHP documentation"><var>$message</var></a>
399
		</td>
400
		<td class="value"><code><span class="php-quote">''</span></code></td>
401
		<td class="description"><div>
402
			<a href="#$message" class="anchor">#</a>
403
 
404
			<div class="description short">
405
 
406
			</div>
407
 
408
			<div class="description detailed hidden">
409
 
410
 
411
			</div>
412
		</div></td>
413
	</tr>
414
	<tr data-order="code" id="$code">
415
		<td class="attributes"><code>
416
			protected
417
			integer
418
		</code></td>
419
 
420
		<td class="name">
421
				<a href="http://php.net/manual/class.exception.php#exception.props.code" title="Go to PHP documentation"><var>$code</var></a>
422
		</td>
423
		<td class="value"><code><span class="php-num">0</span></code></td>
424
		<td class="description"><div>
425
			<a href="#$code" class="anchor">#</a>
426
 
427
			<div class="description short">
428
 
429
			</div>
430
 
431
			<div class="description detailed hidden">
432
 
433
 
434
			</div>
435
		</div></td>
436
	</tr>
437
	<tr data-order="file" id="$file">
438
		<td class="attributes"><code>
439
			protected
440
			mixed
441
		</code></td>
442
 
443
		<td class="name">
444
				<a href="http://php.net/manual/class.exception.php#exception.props.file" title="Go to PHP documentation"><var>$file</var></a>
445
		</td>
446
		<td class="value"><code></code></td>
447
		<td class="description"><div>
448
			<a href="#$file" class="anchor">#</a>
449
 
450
			<div class="description short">
451
 
452
			</div>
453
 
454
			<div class="description detailed hidden">
455
 
456
 
457
			</div>
458
		</div></td>
459
	</tr>
460
	<tr data-order="line" id="$line">
461
		<td class="attributes"><code>
462
			protected
463
			mixed
464
		</code></td>
465
 
466
		<td class="name">
467
				<a href="http://php.net/manual/class.exception.php#exception.props.line" title="Go to PHP documentation"><var>$line</var></a>
468
		</td>
469
		<td class="value"><code></code></td>
470
		<td class="description"><div>
471
			<a href="#$line" class="anchor">#</a>
472
 
473
			<div class="description short">
474
 
475
			</div>
476
 
477
			<div class="description detailed hidden">
478
 
479
 
480
			</div>
481
		</div></td>
482
	</tr>
483
	</table>
484
 
485
 
486
 
487
 
488
 
489
 
490
</div>
491
 
492
	<div id="footer">
465 jpm 493
		 API documentation generated by <a href="http://apigen.org">ApiGen 2.8.0</a>
464 jpm 494
	</div>
495
</div>
496
</div>
497
</body>
498
</html>