public class FileNoRepositoryException extends LocalRepoManagerException
LocalRepoManager
could not be created for a given File
, because the file
is not yet a repository.
Note, that the path denotes an existing directory in the file system, though. However, it was expected to be a repository and not only a simple directory. A repository contains appropriate meta-data, while a simple directory does not.
Constructor and Description |
---|
FileNoRepositoryException(File file) |
FileNoRepositoryException(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 FileNoRepositoryException(File file)
public FileNoRepositoryException(File file, Throwable cause)
Copyright © 2013-2014. All Rights Reserved.