|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParseErrorDetails | |
---|---|
org.codehaus.jparsec.error | Provides interfaces and classes for advanced error handling. |
Uses of ParseErrorDetails in org.codehaus.jparsec.error |
---|
Methods in org.codehaus.jparsec.error that return ParseErrorDetails | |
---|---|
ParseErrorDetails |
ParserException.getErrorDetails()
Returns the detailed description of the error, or null if none. |
Constructors in org.codehaus.jparsec.error with parameters of type ParseErrorDetails | |
---|---|
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 |