Home
last modified time | relevance | path

Searched defs:nse (Results 1 – 2 of 2) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
DNotSerializableExceptionTest.java30 NotSerializableException nse = new NotSerializableException(); in test_Constructor() local
39 NotSerializableException nse = new NotSerializableException(message); in test_ConstructorLjava_lang_String() local
/libcore/jsr166-tests/src/test/java/jsr166/
DFutureTaskTest.java321 Exception nse = new NoSuchElementException(); in testSetException_get() local