public final class DirectoryIteratorException
  Comment     Returned-by     Constructor-argument     Method-argument     Field-type     Type-bound     Thrown-by     Links  

Runtime exception thrown if an I/O error is encountered when iterating over the entries in a directory. The I/O error is retrieved as an IOException using the getCause() method.

extends ConcurrentModificationException

See also:
DirectoryStream

Since:  1.7