Home
last modified time | relevance | path

Searched refs:exc (Results 1 – 2 of 2) sorted by relevance

/libcore/luni/src/main/java/java/io/
DObjectInputStream.java717 Exception exc = readException(); in readContent() local
718 throw new WriteAbortedException("Read an exception", exc); in readContent()
777 Exception exc = readException(); in readNonPrimitiveContent() local
778 throw new WriteAbortedException("Read an exception", exc); in readNonPrimitiveContent()
858 Exception exc = (Exception) readObject(); in readException() local
863 return exc; in readException()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/
DFieldTest.java210 } catch (IllegalArgumentException exc) { in test_getLjava_lang_Object()
222 } catch (NullPointerException exc) { in test_getLjava_lang_Object()
234 } catch (Exception exc) { in test_getLjava_lang_Object()