/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ |
D | ClassNotFoundExceptionTest.java | 34 ClassNotFoundException e = new ClassNotFoundException(); in test_Constructor() 44 ClassNotFoundException e = new ClassNotFoundException("fixture"); in test_ConstructorLjava_lang_String() 54 ClassNotFoundException e = new ClassNotFoundException("SomeMessage", in); in test_ClassNotFoundException_LString_LThrowable()
|
D | ClassTest.java | 108 } catch (ClassNotFoundException e) { in test_forNameLjava_lang_String() 114 } catch (ClassNotFoundException e) { in test_forNameLjava_lang_String() 119 } catch (ClassNotFoundException e) { in test_forNameLjava_lang_String() 125 } catch (ClassNotFoundException e) { in test_forNameLjava_lang_String() 131 } catch (ClassNotFoundException e) { in test_forNameLjava_lang_String() 136 } catch (ClassNotFoundException e) { in test_forNameLjava_lang_String() 142 } catch (ClassNotFoundException e) { in test_forNameLjava_lang_String() 147 } catch (ClassNotFoundException e) { in test_forNameLjava_lang_String() 152 } catch (ClassNotFoundException e) { in test_forNameLjava_lang_String() 159 } catch (ClassNotFoundException e) { in test_forNameLjava_lang_String() [all …]
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/ |
D | SerializationStressTest1.java | 119 throws java.io.IOException, ClassNotFoundException { in readObject() 144 throws java.io.IOException, ClassNotFoundException { in readObject() 179 throws java.io.IOException, ClassNotFoundException { in readObject() 196 throws java.io.IOException, ClassNotFoundException { in writeObject() 291 throws java.io.IOException, ClassNotFoundException { in readObject() 296 throws java.io.IOException, ClassNotFoundException { in writeObject() 317 throws java.io.IOException, ClassNotFoundException { in readObject() 322 throws java.io.IOException, ClassNotFoundException { in writeObject() 355 throws java.io.IOException, ClassNotFoundException { in readObject() 360 throws java.io.IOException, ClassNotFoundException { in writeObject() [all …]
|
D | SerializationStressTest3.java | 340 throws java.io.IOException, ClassNotFoundException { in readObject() 348 throws java.io.IOException, ClassNotFoundException { in writeObject() 386 } catch (ClassNotFoundException e) { in test_18_81_writeObject() 415 } catch (ClassNotFoundException e) { in test_18_82_writeObject() 444 } catch (ClassNotFoundException e) { in test_18_83_writeObject() 473 } catch (ClassNotFoundException e) { in test_18_84_writeObject() 522 } catch (ClassNotFoundException e) { in test_18_86_writeObject() 551 } catch (ClassNotFoundException e) { in test_18_87_writeObject() 580 } catch (ClassNotFoundException e) { in test_18_88_writeObject() 609 } catch (ClassNotFoundException e) { in test_18_89_writeObject() [all …]
|
D | SerializationStressTest2.java | 55 throws java.io.IOException, ClassNotFoundException { in readObject() 113 throws java.io.IOException, ClassNotFoundException { in readObject() 120 throws java.io.IOException, ClassNotFoundException { in writeObject() 143 throws java.io.IOException, ClassNotFoundException { in readObject() 148 throws java.io.IOException, ClassNotFoundException { in writeObject() 164 throws java.io.IOException, ClassNotFoundException { in readObject() 169 throws java.io.IOException, ClassNotFoundException { in writeObject() 207 ClassNotFoundException { in readObject() 231 ClassNotFoundException { in readObject() 601 throws IOException, ClassNotFoundException { in readObject() [all …]
|
D | SerializationStressTest4.java | 87 } catch (ClassNotFoundException e) { in test_writeObject_EventObject() 119 } catch (ClassNotFoundException e) { in test_writeObject_Collections_EmptySet() 152 } catch (ClassNotFoundException e) { in test_writeObject_Collections_EmptyMap() 181 } catch (ClassNotFoundException e) { in test_writeObject_Character() 246 } catch (ClassNotFoundException e) { in test_writeObject_Format() 273 } catch (ClassNotFoundException e) { in test_writeObject_BigDecimal() 316 } catch (ClassNotFoundException e) { in test_writeObject_SecureRandomSpi() 344 } catch (ClassNotFoundException e) { in test_writeObject_Short() 372 } catch (ClassNotFoundException e) { in test_writeObject_Byte() 405 } catch (ClassNotFoundException e) { in test_writeObject_String_CaseInsensitiveComparator() [all …]
|
D | ObjectStreamFieldTest.java | 157 ClassNotFoundException { in test_getType_Deserialized() 178 ClassNotFoundException { in test_getType_MockObjectInputStream() 231 throws IOException, ClassNotFoundException { in test_ObjectWithPrimitiveField() 280 IOException, ClassNotFoundException { in readObject() 304 ClassNotFoundException { in readClassDescriptor() 344 IOException, ClassNotFoundException { in readObject() 390 throws IOException, ClassNotFoundException { in readClassDescriptor()
|
D | ObjectOutputStreamTest.java | 171 throws java.io.IOException, ClassNotFoundException { in readObject() 193 throws java.io.IOException, ClassNotFoundException { in readObject() 223 throws java.io.IOException, ClassNotFoundException { in readObject() 237 throws java.io.IOException, ClassNotFoundException { in writeObject() 319 throws java.io.IOException, ClassNotFoundException { in readObject() 324 throws java.io.IOException, ClassNotFoundException { in writeObject() 353 throws java.io.IOException, ClassNotFoundException { in readObject() 358 throws java.io.IOException, ClassNotFoundException { in writeObject() 400 throws java.io.IOException, ClassNotFoundException { in readObject() 407 throws java.io.IOException, ClassNotFoundException { in writeObject() [all …]
|
D | ObjectInputStream2Test.java | 44 public void test_readUnshared() throws IOException, ClassNotFoundException { in test_readUnshared() 70 ClassNotFoundException { in test_readObject_Hierarchy() 155 void test() throws ClassNotFoundException, IOException { in test() 161 public void test_readClassDescriptor() throws ClassNotFoundException, in test_readClassDescriptor() 179 throws IOException, ClassNotFoundException { in resolveClass()
|
D | SerializationStressTest.java | 104 throws IOException, ClassNotFoundException { in resolveClass() 205 protected void dump(Object o) throws IOException, ClassNotFoundException { in dump() 217 ClassNotFoundException { in dumpAndReload() 233 protected Object reload() throws IOException, ClassNotFoundException { in reload() 593 } catch (ClassNotFoundException e) { in test_25_available() 603 ClassNotFoundException { in t_MixPrimitivesAndObjects() 644 } catch (ClassNotFoundException e2) { in test_resolveClass() 656 public void test_reset() throws IOException, ClassNotFoundException { in test_reset() 717 } catch (ClassNotFoundException e) { in test_1_resolveObject() 741 } catch (ClassNotFoundException e) { in test_2_resolveObject() [all …]
|
/libcore/ojluni/src/main/java/java/lang/ |
D | ClassNotFoundException.java | 50 public class ClassNotFoundException extends ReflectiveOperationException { class 60 public ClassNotFoundException() { in ClassNotFoundException() method in ClassNotFoundException 70 public ClassNotFoundException(String s) { in ClassNotFoundException() method in ClassNotFoundException 83 public ClassNotFoundException(String s, Throwable ex) { in ClassNotFoundException() method in ClassNotFoundException 127 private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException { in readObject()
|
D | ClassLoader.java | 572 public Class<?> loadClass(String name) throws ClassNotFoundException { in loadClass() 618 throws ClassNotFoundException in loadClass() 629 } catch (ClassNotFoundException e) { in loadClass() 771 protected Class<?> findClass(String name) throws ClassNotFoundException { in findClass() 772 throw new ClassNotFoundException(name); in findClass() 1229 throws ClassNotFoundException in findSystemClass() 2692 protected Class<?> findClass(String name) throws ClassNotFoundException { in findClass() 2749 throws ClassNotFoundException { in loadClass()
|
/libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/lang/invoke/ |
D | SerializedLambdaTest.java | 62 …rivate<T> void assertSerial(T p, Consumer<T> asserter) throws IOException, ClassNotFoundException { in assertSerial() 74 throws IOException, ClassNotFoundException { in assertNotSerial() 93 private Object deserialize(byte[] bytes) throws IOException, ClassNotFoundException { in deserialize() 100 public void testSimpleSerializedInstantiation() throws IOException, ClassNotFoundException { in testSimpleSerializedInstantiation() 114 public void testSimpleSerializedInstantiation2() throws IOException, ClassNotFoundException { in testSimpleSerializedInstantiation2() 126 public void testNonserializableInstantiation() throws IOException, ClassNotFoundException { in testNonserializableInstantiation() 138 public void testSerializeCapturingInt() throws IOException, ClassNotFoundException { in testSerializeCapturingInt() 153 public void testSerializeCapturingString() throws IOException, ClassNotFoundException { in testSerializeCapturingString() 168 public void testSerializeCapturingNonSerializable() throws IOException, ClassNotFoundException { in testSerializeCapturingNonSerializable() 192 public void testStaticMR() throws IOException, ClassNotFoundException { in testStaticMR() [all …]
|
/libcore/ojluni/src/main/java/javax/crypto/ |
D | SealedObject.java | 243 throws IOException, ClassNotFoundException, NoSuchAlgorithmException, in getObject() 287 throws IOException, ClassNotFoundException, IllegalBlockSizeException, in getObject() 342 throws IOException, ClassNotFoundException, NoSuchAlgorithmException, in getObject() 361 throws IOException, ClassNotFoundException, NoSuchAlgorithmException, in unseal() 445 throws java.io.IOException, ClassNotFoundException in readObject() 465 throws IOException, ClassNotFoundException in resolveClass() 475 } catch (ClassNotFoundException cnfe) { in resolveClass() 486 throw new ClassNotFoundException(v.getName()); in resolveClass()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/helpers/ |
D | ParserFactoryTest.java | 30 public void testMakeParser() throws ClassNotFoundException, in testMakeParser() 49 } catch (ClassNotFoundException e) { in testMakeParser() 94 public void testMakeParserString() throws ClassNotFoundException, in testMakeParserString() 108 } catch (ClassNotFoundException e) { in testMakeParserString()
|
/libcore/ojluni/src/test/java/time/tck/java/time/serial/ |
D | TCKClockSerialization.java | 90 public void test_systemClockSerializable() throws IOException, ClassNotFoundException { in test_systemClockSerializable() 97 public void test_offsetClockSerializable() throws IOException, ClassNotFoundException { in test_offsetClockSerializable() 102 public void test_tickClockSerializable() throws IOException, ClassNotFoundException { in test_tickClockSerializable() 109 public void test_fixedClockSerializable() throws IOException, ClassNotFoundException { in test_fixedClockSerializable()
|
/libcore/dalvik/src/main/java/dalvik/system/ |
D | DelegateLastClassLoader.java | 181 protected Class<?> loadClass(String name, boolean resolve) throws ClassNotFoundException { in loadClass() 192 } catch (ClassNotFoundException ignored) { in loadClass() 197 ClassNotFoundException fromSuper = null; in loadClass() 200 } catch (ClassNotFoundException ex) { in loadClass() 207 } catch (ClassNotFoundException cnfe) { in loadClass()
|
D | BaseDexClassLoader.java | 232 protected Class<?> findClass(String name) throws ClassNotFoundException { in findClass() 238 } catch (ClassNotFoundException ignored) { in findClass() 254 } catch (ClassNotFoundException ignored) { in findClass() 259 ClassNotFoundException cnfe = new ClassNotFoundException( in findClass()
|
/libcore/luni/src/test/java/libcore/java/text/ |
D | AttributedCharacterIteratorAttributeTest.java | 33 public void testSerialization() throws IOException, ClassNotFoundException { in testSerialization() 40 public void testSerializingSubclass() throws IOException, ClassNotFoundException { in testSerializingSubclass() 49 private void assertSameReserialized(Object o) throws ClassNotFoundException, IOException { in assertSameReserialized()
|
/libcore/luni/src/test/java/tests/java/lang/ |
D | ClassLoaderTest.java | 28 public Class<?> findSystemClassWrapper(String s) throws ClassNotFoundException { in findSystemClassWrapper() 53 } catch (ClassNotFoundException cnfe) { in test_findSystemClass() 59 } catch (ClassNotFoundException cnfe) { in test_findSystemClass()
|
/libcore/luni/src/main/java/org/xml/sax/helpers/ |
D | ParserFactory.java | 79 throws ClassNotFoundException, in makeParser() 118 throws ClassNotFoundException, in makeParser()
|
/libcore/luni/src/test/java/libcore/libcore/util/ |
D | SerializationTester.java | 90 private static Object deserialize(byte[] bytes) throws IOException, ClassNotFoundException { in deserialize() 100 public static Object reserialize(Object object) throws IOException, ClassNotFoundException { in reserialize() 108 public static Object deserializeHex(String hex) throws IOException, ClassNotFoundException { in deserializeHex()
|
/libcore/ojluni/src/test/java/io/Serializable/records/ |
D | BadValues.java | 71 static final Class<ClassNotFoundException> CNFE = ClassNotFoundException.class; 107 throws IOException, ClassNotFoundException in deserialize()
|
/libcore/ojluni/src/main/java/java/time/chrono/ |
D | Ser.java | 236 public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException { in readExternal() 241 static Serializable read(ObjectInput in) throws IOException, ClassNotFoundException { in read() 247 throws IOException, ClassNotFoundException { in readInternal()
|
/libcore/ojluni/src/main/java/java/time/zone/ |
D | Ser.java | 182 public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException { in readExternal() 187 static Serializable read(DataInput in) throws IOException, ClassNotFoundException { in read() 193 throws IOException, ClassNotFoundException { in readInternal()
|