Class RepoInitParsingException

    • Constructor Detail

      • RepoInitParsingException

        public RepoInitParsingException​(String reason,
                                        Throwable cause)
      • RepoInitParsingException

        public RepoInitParsingException​(Throwable cause)
      • RepoInitParsingException

        public RepoInitParsingException​(Throwable cause,
                                        int line,
                                        int column)
    • Method Detail

      • getLine

        public int getLine()
        Returns:
        the line where the issue occurred or -1 if not known
      • getColumn

        public int getColumn()
        Returns:
        the column where the issue occurred or -1 if not known