|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Location | |
---|---|
org.codehaus.jparsec.error | Provides interfaces and classes for advanced error handling. |
Uses of Location in org.codehaus.jparsec.error |
---|
Methods in org.codehaus.jparsec.error that return Location | |
---|---|
Location |
ParserException.getLocation()
Returns the location of the error. |
Constructors in org.codehaus.jparsec.error with parameters of type Location | |
---|---|
ParserException(ParseErrorDetails details,
String moduleName,
Location location)
Creates a ParserException object. |
|
ParserException(Throwable cause,
ParseErrorDetails details,
String moduleName,
Location location)
Creates a ParserException object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |