diff options
Diffstat (limited to 'NET/worlds/console/WindowNotFoundException.java')
| -rw-r--r-- | NET/worlds/console/WindowNotFoundException.java | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/NET/worlds/console/WindowNotFoundException.java b/NET/worlds/console/WindowNotFoundException.java new file mode 100644 index 0000000..7a0c230 --- /dev/null +++ b/NET/worlds/console/WindowNotFoundException.java @@ -0,0 +1,30 @@ +/* */ package NET.worlds.console; +/* */ +/* */ +/* */ +/* */ +/* */ +/* */ public class WindowNotFoundException +/* */ extends Exception +/* */ { +/* */ private static final long serialVersionUID = -5486368094848985833L; +/* */ +/* */ +/* */ +/* */ +/* */ public WindowNotFoundException() {} +/* */ +/* */ +/* */ +/* */ +/* */ public WindowNotFoundException(String s) +/* */ { +/* 22 */ super(s); +/* */ } +/* */ } + + +/* Location: C:\Program Files (x86)\Worlds Inc\WorldsPlayer - Win7\lib\worlds.jar!\NET\worlds\console\WindowNotFoundException.class + * Java compiler version: 6 (50.0) + * JD-Core Version: 0.7.1 + */
\ No newline at end of file |