Subversion Repositories Applications.framework

Rev

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

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