public class FileNotFoundException extends IOException:
Exception raised when a filesystem path is expected to exist but cannot be found.
| Modifier and Type | Member | Description |
|---|---|---|
| public | FileNotFoundExceptionFileNotFoundException(message as String = ""): |
Creates a new file-not-found exception. |