Uses of Interface
org.jparsec.error.ParseErrorDetails
Packages that use ParseErrorDetails
-
Uses of ParseErrorDetails in org.jparsec.error
Methods in org.jparsec.error that return ParseErrorDetailsModifier and TypeMethodDescriptionParserException.getErrorDetails()Returns the detailed description of the error, ornullif none.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 aParserExceptionobject.