Class RepoInitParsingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.sling.repoinit.parser.RepoInitParsingException
All Implemented Interfaces:
Serializable

@ProviderType public class RepoInitParsingException extends Exception
See Also:
  • Constructor Details

    • RepoInitParsingException

      public RepoInitParsingException(String reason, Throwable cause)
    • RepoInitParsingException

      public RepoInitParsingException(Throwable cause)
    • RepoInitParsingException

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

    • 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