blob: 58d6f79f7737a75beac7295008b5380bb59d1668 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
/* */ package NET.worlds.core;
/* */
/* */
/* */
/* */ public class AssertionException
/* */ extends RuntimeException
/* */ {
/* */ private static final long serialVersionUID = -5738682100298167153L;
/* */
/* */
/* */ public AssertionException() {}
/* */
/* */
/* */ public AssertionException(String str)
/* */ {
/* 16 */ super(str);
/* */ }
/* */ }
/* Location: C:\Program Files (x86)\Worlds Inc\WorldsPlayer - Win7\lib\worlds.jar!\NET\worlds\core\AssertionException.class
* Java compiler version: 6 (50.0)
* JD-Core Version: 0.7.1
*/
|