Package com.google.gerrit.server
Class InvalidConfigFileException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.jgit.errors.ConfigInvalidException
com.google.gerrit.server.InvalidConfigFileException
- All Implemented Interfaces:
 Serializable
public class InvalidConfigFileException
extends org.eclipse.jgit.errors.ConfigInvalidException
Exception that is thrown if an invalid config file causes an error.
- See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionInvalidConfigFileException(Project.NameKey projectName, String branchName, org.eclipse.jgit.lib.ObjectId revision, String fileName, org.eclipse.jgit.errors.ConfigInvalidException cause)  - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
InvalidConfigFileException
public InvalidConfigFileException(Project.NameKey projectName, String branchName, org.eclipse.jgit.lib.ObjectId revision, String fileName, org.eclipse.jgit.errors.ConfigInvalidException cause)  
 - 
 - 
Method Details
- 
getFileName
 
 -