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 SummaryConstructorsConstructorDescriptionRepoInitParsingException(String reason, Throwable cause) RepoInitParsingException(Throwable cause, int line, int column) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
RepoInitParsingException
- 
RepoInitParsingException
- 
RepoInitParsingException
 
- 
- 
Method Details- 
getLinepublic int getLine()- Returns:
- the line where the issue occurred or -1 if not known
 
- 
getColumnpublic int getColumn()- Returns:
- the column where the issue occurred or -1 if not known
 
 
-