Package org.apache.sling.repoinit.parser
Class RepoInitParsingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.sling.repoinit.parser.RepoInitParsingException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionRepoInitParsingException
(String reason, Throwable cause) RepoInitParsingException
(Throwable cause, int line, int column) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RepoInitParsingException
-
RepoInitParsingException
-
RepoInitParsingException
-
-
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
-