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:
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(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
NotADirectoryException
public NotADirectoryException(String message)
-
-