Package | Description |
---|---|
org.jparsec.error |
Provides interfaces and classes for advanced error handling.
|
Modifier and Type | Method and Description |
---|---|
Location |
ParserException.getLocation()
Returns the location of the error.
|
Constructor and Description |
---|
ParserException(ParseErrorDetails details,
Location location)
Creates a
ParserException object. |
ParserException(ParseErrorDetails details,
String moduleName,
Location location)
Deprecated.
|
ParserException(Throwable cause,
ParseErrorDetails details,
String moduleName,
Location location)
Deprecated.
|
Copyright © 2013–2016 jparsec. All rights reserved.