Home
last modified time | relevance | path

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

/external/apache-commons-io/src/main/java/org/apache/commons/io/
DIOExceptionList.java35 public class IOExceptionList extends IOException implements Iterable<Throwable> { class
72 public IOExceptionList(final List<? extends Throwable> causeList) { in IOExceptionList() method in IOExceptionList
83 public IOExceptionList(final String message, final List<? extends Throwable> causeList) { in IOExceptionList() method in IOExceptionList