Uses of Class
org.jparsec.error.Location
Packages that use Location
-
Uses of Location in org.jparsec.error
Methods in org.jparsec.error that return LocationConstructors in org.jparsec.error with parameters of type LocationModifierConstructorDescriptionParserException(Throwable cause, ParseErrorDetails details, String moduleName, Location location) Deprecated.ParserException(ParseErrorDetails details, String moduleName, Location location) Deprecated.ParserException(ParseErrorDetails details, Location location) Creates aParserExceptionobject.
ParserException.getLine()andParserException.getColumn()instead.