Uses of Class
io.mola.galimatias.ParseIssue
-
Packages that use ParseIssue Package Description io.mola.galimatias -
-
Uses of ParseIssue in io.mola.galimatias
Fields in io.mola.galimatias declared as ParseIssue Modifier and Type Field Description private ParseIssueGalimatiasParseException.Builder. parseIssueprivate ParseIssueGalimatiasParseException. parseIssueMethods in io.mola.galimatias that return ParseIssue Modifier and Type Method Description ParseIssueGalimatiasParseException. getParseIssue()Gets the @{link ParseIssue}.static ParseIssueParseIssue. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ParseIssue[]ParseIssue. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.mola.galimatias with parameters of type ParseIssue Modifier and Type Method Description GalimatiasParseException.BuilderGalimatiasParseException.Builder. withParseIssue(ParseIssue parseIssue)Constructors in io.mola.galimatias with parameters of type ParseIssue Constructor Description GalimatiasParseException(java.lang.String message, ParseIssue parseIssue, int position, java.lang.Throwable exception)
-