Package | Description |
---|---|
org.jparsec.error |
Provides interfaces and classes for advanced error handling.
|
Modifier and Type | Method and Description |
---|---|
ParseErrorDetails |
ParserException.getErrorDetails()
Returns the detailed description of the error, or
null if none. |
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.