Package net.rubygrapefruit.platform
Class NotADirectoryException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.rubygrapefruit.platform.NativeException
-
- net.rubygrapefruit.platform.NotADirectoryException
-
- All Implemented Interfaces:
java.io.Serializable
public class NotADirectoryException extends NativeException
Thrown when attempting to list the elements of a file that is not a directory.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotADirectoryException(java.lang.String message)
-