Class DirectoryIterator.DirectoryNotListableException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.codehaus.commons.compiler.util.iterator.DirectoryIterator.DirectoryNotListableException
All Implemented Interfaces:
Serializable
Enclosing class:
DirectoryIterator

public static class DirectoryIterator.DirectoryNotListableException extends RuntimeException
Indicates that File.listFiles() returned null for a particular directory.
See Also:
  • Constructor Details

    • DirectoryNotListableException

      public DirectoryNotListableException(String message)