Uses of Interface
org.jparsec.error.ParseErrorDetails
Packages that use ParseErrorDetails
Package
Description
Provides core Parser implementations for parser combinator logic.
Provides interfaces and classes for advanced error handling.
-
Uses of ParseErrorDetails in org.jparsec
Classes in org.jparsec that implement ParseErrorDetailsModifier and TypeClassDescription(package private) class
Empty implementation ofParseErrorDetails
for subclasses to override.Methods in org.jparsec that return ParseErrorDetailsModifier and TypeMethodDescription(package private) final ParseErrorDetails
ParseContext.renderError()
Only called when rendering the error inParserException
. -
Uses of ParseErrorDetails in org.jparsec.error
Fields in org.jparsec.error declared as ParseErrorDetailsMethods in org.jparsec.error that return ParseErrorDetailsModifier and TypeMethodDescriptionParserException.getErrorDetails()
Returns the detailed description of the error, ornull
if none.Methods in org.jparsec.error with parameters of type ParseErrorDetailsModifier and TypeMethodDescriptionprivate static String
ParserException.toErrorMessage
(String message, String module, ParseErrorDetails details, Location location) (package private) static String
ErrorReporter.toString
(ParseErrorDetails details, Location location) Constructors in org.jparsec.error with parameters of type ParseErrorDetailsModifierConstructorDescriptionParserException
(Throwable cause, ParseErrorDetails details, String moduleName, Location location) Deprecated.ParserException
(ParseErrorDetails details, String moduleName, Location location) Deprecated.ParserException
(ParseErrorDetails details, Location location) Creates aParserException
object.