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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidConfigFileException(Project.NameKey projectName, String branchName, org.eclipse.jgit.lib.ObjectId revision, String fileName, org.eclipse.jgit.errors.ConfigInvalidException cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFileName()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InvalidConfigFileException
public InvalidConfigFileException(Project.NameKey projectName, String branchName, org.eclipse.jgit.lib.ObjectId revision, String fileName, org.eclipse.jgit.errors.ConfigInvalidException cause)
-
-
Method Detail
-
getFileName
public String getFileName()
-
-