Lines Matching refs:Exception
117 public static void run() throws Exception { in run()
123 private static void checkIsInstance(Class<?> klass, Object o) throws Exception { in checkIsInstance()
125 throw new Exception(klass + " is not the class of " + o); in checkIsInstance()
146 private static void checkDexFileInClassLoader(Class<?> klass) throws Exception { in checkDexFileInClassLoader()
205 throw new Exception("elementArrayValue is not an " + dexPathListElementClass + " array!"); in checkDexFileInClassLoader()
230 throw new Exception( in checkDexFileInClassLoader()
234 private static void doTest() throws Exception { in doTest()
241 throw new Exception("The classes " + Transform.class + " and " + Transform2.class + " " + in doTest()
259 throw new Exception("The classes " + Transform.class + " and " + Transform2.class + " " + in doTest()
262 throw new Exception("The class " + Transform.class + " did not get a new dex file!"); in doTest()
264 throw new Exception("The class " + Transform2.class + " did not get a new dex file!"); in doTest()
274 private static long getDexFilePointer(Class<?> target) throws Exception { in getDexFilePointer()