public class NoSuchFileException extends FileSystemException
| Constructor and Description |
|---|
NoSuchFileException(String
Constructs an instance of this class.
|
NoSuchFileException(String
Constructs an instance of this class.
|
getFile, getMessage, getOtherFile, getReasonaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NoSuchFileException(Stringfile)
file - a string identifying the file or
null if not known.
public NoSuchFileException(Stringfile, String other, String reason)
file - a string identifying the file or
null if not known.
other - a string identifying the other file or
null if not known.
reason - a reason message with additional information or
null