blob: f5da51f6da6f0fa6af7c7e512b6bc1563d987aaa (
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
25
26
|
/* */ package NET.worlds.core;
/* */
/* */
/* */
/* */ public class RegKeyNotFoundException
/* */ extends Exception
/* */ {
/* */ private static final long serialVersionUID = 3873901007988284311L;
/* */
/* */
/* */
/* */ public RegKeyNotFoundException() {}
/* */
/* */
/* */
/* */ public RegKeyNotFoundException(String s)
/* */ {
/* 18 */ super(s);
/* */ }
/* */ }
/* Location: C:\Program Files (x86)\Worlds Inc\WorldsPlayer - Win7\lib\worlds.jar!\NET\worlds\core\RegKeyNotFoundException.class
* Java compiler version: 6 (50.0)
* JD-Core Version: 0.7.1
*/
|