Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/net/
DURLClassLoader.java311 IOException firstex = errors.remove(0); in close() local
316 firstex.addSuppressed(error); in close()
318 throw firstex; in close()