Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/org/apache/commons/io/
DDirectoryWalker.java337 } catch(CancelException cancel) { in walk()
395 throw new CancelException(file, depth); in checkIfCancelled()
454 CancelException cancel) throws IOException { in handleCancelled()
566 public static class CancelException extends IOException { class in DirectoryWalker
583 public CancelException(File file, int depth) { in CancelException() method in DirectoryWalker.CancelException
596 public CancelException(String message, File file, int depth) { in CancelException() method in DirectoryWalker.CancelException