Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/lang/
DThrowable.java968 List<Throwable> candidateSuppressedExceptions = suppressedExceptions; in readObject() local
978 if (candidateSuppressedExceptions != null) { in readObject()
979 int suppressedSize = validateSuppressedExceptionsList(candidateSuppressedExceptions); in readObject()
983 for (Throwable t : candidateSuppressedExceptions) { in readObject()