Searched refs:ExceptionInInitializerError (Results 1 – 6 of 6) sorted by relevance
26 ExceptionInInitializerError e = new ExceptionInInitializerError(); in test_Constructor()36 ExceptionInInitializerError e = new ExceptionInInitializerError("fixture"); in test_ConstructorLjava_lang_String()46 ExceptionInInitializerError e = new ExceptionInInitializerError(npe); in test_ConstructorLjava_lang_Throwable()
44 public class ExceptionInInitializerError extends LinkageError { class66 public ExceptionInInitializerError() { in ExceptionInInitializerError() method in ExceptionInInitializerError78 public ExceptionInInitializerError(Throwable thrown) { in ExceptionInInitializerError() method in ExceptionInInitializerError93 public ExceptionInInitializerError(String s) { in ExceptionInInitializerError() method in ExceptionInInitializerError
207 throw new ExceptionInInitializerError(e.toString());362 throw new ExceptionInInitializerError(e.toString());
337 } catch (java.lang.ExceptionInInitializerError ie) { in test_forNameLjava_lang_StringLbooleanLClassLoader_AndroidOnly()930 } catch (java.lang.ExceptionInInitializerError ie) { in test_newInstance()
189 } catch (ExceptionInInitializerError e) { in CipherBox()
134 ojluni/src/main/java/java/lang/ExceptionInInitializerError.java \