Name: 2011-02-17 8:52
EXCEPTIONS
try {
throw new ImageboardException(">>1,2");
} catch (ImageboardException e) {
org.sun.oracle.java.lang.System.out.printf("%s\nGo back to /b/", e.message);
return -1;
}