暇ー。
public final class ぬるぽ extends NullPointerException {
public static void main(String[] args) throws NullPointerException {
throw new ぬるぽ();
}
public ぬるぽ() {
super("ガッ");
}
public ぬるぽ(String message) {
super("ガッ");
}
public ぬるぽ(String message, Throwable cause) {
super("ガッ");
}
public ぬるぽ(Throwable cause) {
super("ガッ");
}
}