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 SummaryConstructorsConstructorDescriptionInvalidConfigFileException(Project.NameKey projectName, String branchName, org.eclipse.jgit.lib.ObjectId revision, String fileName, org.eclipse.jgit.errors.ConfigInvalidException cause) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
InvalidConfigFileExceptionpublic InvalidConfigFileException(Project.NameKey projectName, String branchName, org.eclipse.jgit.lib.ObjectId revision, String fileName, org.eclipse.jgit.errors.ConfigInvalidException cause) 
 
- 
- 
Method Details- 
getFileName
 
-