Javaで、ちょwww

GoogleAppEngine Javaで遊べるようになったからって変なExceptionばかり投げちゃダメですよ。

public class ChowwwException extends Exception {
    public ChowwwException(String message) {
        super(message);
    }
}
public class Test {
    public static void main(String[] args) throws Exception {
        if (true) {
            throw new ChowwwException("イミフwww");
        }
    }
}
Exception in thread "main" ChowwwException: イミフwww
	at Test.main(Test.java:4)

ダメ。ゼッタイ。