Hi All: In our new file filters ported from Commons IO, we have code like:
} catch (final FileSystemException ex) { throw new RuntimeException(ex); } I propose instead that we have the accept() methods throw FileSystemException directly. Gary
Hi All: In our new file filters ported from Commons IO, we have code like:
} catch (final FileSystemException ex) { throw new RuntimeException(ex); } I propose instead that we have the accept() methods throw FileSystemException directly. Gary