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.ConfigInvalidExceptionException that is thrown if an invalid config file causes an error.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description InvalidConfigFileException(Project.NameKey projectName, String branchName, org.eclipse.jgit.lib.ObjectId revision, String fileName, org.eclipse.jgit.errors.ConfigInvalidException cause)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFileName()- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
InvalidConfigFileExceptionpublic InvalidConfigFileException(Project.NameKey projectName, String branchName, org.eclipse.jgit.lib.ObjectId revision, String fileName, org.eclipse.jgit.errors.ConfigInvalidException cause) 
 
- 
 - 
Method Detail- 
getFileNamepublic String getFileName() 
 
- 
 
-