39404142434445
public final class JavaTest implements XTest { public JavaTest() {} public void throwException() throws TestException { throw new TestException("test", this); }
32333435363738
36373839404142
44454647484950