public class NoSuchFileException extends FileSystemException
Constructor and Description |
---|
NoSuchFileException(String file)
Constructs an instance of this class.
|
NoSuchFileException(String file,
String other,
String reason)
Constructs an instance of this class.
|
getFile, getMessage, getOtherFile, getReason
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NoSuchFileException(String file)
file
- a string identifying the file or null
if not known.public NoSuchFileException(String file, 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
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2019 aicas GmbH. All Rights Reserved.