Module technology.sola.json
Package technology.sola.json.exception
Interface SolaJsonErrorWithLineAndColumn
- All Known Implementing Classes:
InvalidCharacterException,InvalidControlCharacterException,InvalidDecimalNumberException,InvalidExponentNumberException,InvalidKeywordException,InvalidLeadingZeroNumberException,InvalidNegativeNumberException,InvalidSyntaxException,InvalidUnicodeCharacterException,StringNotClosedException
public interface SolaJsonErrorWithLineAndColumn
SolaJsonErrorWithLineAndColumn contains general information about an error that happened during JSON operations.
-
Method Summary
-
Method Details
-
getLine
int getLine()- Returns:
- the line where the syntax error began
-
getColumn
int getColumn()- Returns:
- the column where the syntax error began
-