/* */ 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 */