Lines Matching refs:Exception

28     public static void main(String[] args) throws Exception {  in main()
40 private static File createTempFile() throws Exception { in createTempFile()
54 private static void testMethodTracing() throws Exception { in testMethodTracing()
66 private static void testMethodTracingToFile(File tempFile) throws Exception { in testMethodTracingToFile()
108 } catch (Exception e) { in testMethodTracingToFile()
116 } catch (Exception e) { in testMethodTracingToFile()
124 } catch (Exception e) { in testMethodTracingToFile()
131 private static void checkNumber(String s) throws Exception { in checkNumber()
142 private static void checkHistogram(String s) throws Exception { in checkHistogram()
174 private static void testRuntimeStat() throws Exception { in testRuntimeStat()
200 private static void testRuntimeStats() throws Exception { in testRuntimeStats()
231 private static void testCountInstances() throws Exception { in testCountInstances()
287 } catch (Exception e) {
293 boolean samplingEnabled, int intervalUs) throws Exception { in startMethodTracing()
297 public static void stopMethodTracing() throws Exception { in stopMethodTracing()
300 public static int getMethodTracingMode() throws Exception { in getMethodTracingMode()
303 public static String getRuntimeStat(String statName) throws Exception { in getRuntimeStat()
306 public static Map<String, String> getRuntimeStats() throws Exception { in getRuntimeStats()
309 public static long countInstancesofClass(Class<?> c, boolean assignable) throws Exception { in countInstancesofClass()
313 throws Exception { in countInstancesofClasses()