package ceshi; public class ExceptionTest { public long maxLevel = 20; public static void main(String[] args) { ExceptionTest test = new ExceptionTest(); long start = System.currentTimeMillis(); int count = 100; for(int i = 0; i < count; i++){ try{ t