public class FileNoDirectoryException extends LocalRepoManagerException
LocalRepoManager
could not be created for a given File
, because the file
is not a directory
.
Note, that the path exists in the file system, though. If it does not exist, a FileNotFoundException
is thrown instead.
Constructor and Description |
---|
FileNoDirectoryException(File file) |
FileNoDirectoryException(File file,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
File |
getFile() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public FileNoDirectoryException(File file)
public FileNoDirectoryException(File file, Throwable cause)
Copyright © 2013-2014. All Rights Reserved.