public class FileNotFoundException extends LocalRepoManagerException
LocalRepoManager
could not be created for a given File
, because the file does not exist.Constructor and Description |
---|
FileNotFoundException(File file) |
FileNotFoundException(File file,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
protected static String |
createMessage(File file) |
File |
getFile() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public FileNotFoundException(File file)
public FileNotFoundException(File file, Throwable cause)
protected static String createMessage(File file)
Copyright © 2013-2014. All Rights Reserved.