Home
last modified time | relevance | path

Searched refs:ExceptionInInitializerError (Results 1 – 25 of 38) sorted by relevance

12

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DExceptionInInitializerErrorTest.java26 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()
/libcore/ojluni/src/main/java/java/lang/
DExceptionInInitializerError.java42 public class ExceptionInInitializerError extends LinkageError { class
55 public ExceptionInInitializerError() { in ExceptionInInitializerError() method in ExceptionInInitializerError
67 public ExceptionInInitializerError(Throwable thrown) { in ExceptionInInitializerError() method in ExceptionInInitializerError
80 public ExceptionInInitializerError(String s) { in ExceptionInInitializerError() method in ExceptionInInitializerError
/libcore/ojluni/src/main/java/java/util/concurrent/atomic/
DStriped64.java148 throw new ExceptionInInitializerError(e);
397 throw new ExceptionInInitializerError(e);
403 throw new ExceptionInInitializerError(e);
DAtomicBoolean.java59 throw new ExceptionInInitializerError(e);
DAtomicStampedReference.java200 throw new ExceptionInInitializerError(e);
DAtomicMarkableReference.java200 throw new ExceptionInInitializerError(e);
DAtomicLong.java86 throw new ExceptionInInitializerError(e);
DAtomicInteger.java72 throw new ExceptionInInitializerError(e);
DAtomicReference.java59 throw new ExceptionInInitializerError(e);
/libcore/ojluni/src/test/java/lang/invoke/
DCountedLoopIterationCountsTest.java86 throw new ExceptionInInitializerError(t);
DFoldTest.java153 throw new ExceptionInInitializerError(e);
DLoopCombinatorTest.java215 throw new ExceptionInInitializerError(e);
906 throw new ExceptionInInitializerError(e);
968 throw new ExceptionInInitializerError(e);
1006 throw new ExceptionInInitializerError(e);
1058 throw new ExceptionInInitializerError(e);
1174 throw new ExceptionInInitializerError(e);
1254 throw new ExceptionInInitializerError(e);
1377 throw new ExceptionInInitializerError(e);
DTryFinallyTest.java268 throw new ExceptionInInitializerError(e);
DSpreadCollectTest.java249 throw new ExceptionInInitializerError(e);
/libcore/ojluni/src/main/java/java/util/concurrent/
DSynchronousQueue.java307 throw new ExceptionInInitializerError(e);
488 throw new ExceptionInInitializerError(e);
577 throw new ExceptionInInitializerError(e);
799 throw new ExceptionInInitializerError(e);
DCountedCompleter.java788 throw new ExceptionInInitializerError(e);
DFutureTask.java534 throw new ExceptionInInitializerError(e);
DExchanger.java645 throw new ExceptionInInitializerError(e);
DForkJoinTask.java251 throw new ExceptionInInitializerError(e);
1595 throw new ExceptionInInitializerError(e);
DPhaser.java1147 throw new ExceptionInInitializerError(e);
DPriorityBlockingQueue.java1107 throw new ExceptionInInitializerError(e);
/libcore/ojluni/src/test/java/lang/invoke/MethodHandles/
DTestTableSwitch.java58 throw new ExceptionInInitializerError(e);
/libcore/ojluni/src/main/java/sun/security/pkcs/
DPKCS9Attribute.java207 throw new ExceptionInInitializerError(e.toString());
363 throw new ExceptionInInitializerError(e.toString());
/libcore/ojluni/src/test/java/time/test/java/time/
DTestClock_System.java283 throw new ExceptionInInitializerError(ex);
/libcore/luni/src/test/java/libcore/java/lang/
DOldClassTest.java340 } catch (java.lang.ExceptionInInitializerError ie) { in test_forNameLjava_lang_StringLbooleanLClassLoader_AndroidOnly()
994 } catch (java.lang.ExceptionInInitializerError ie) { in test_newInstance()

12