Class 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 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()