Uses of Class
com.github.zafarkhaja.semver.ParseException
Packages that use ParseException
Package
Description
This is the root package of the Java SemVer library.
This package contains classes that implement the SemVer Expressions.
-
Uses of ParseException in com.github.zafarkhaja.semver
Subclasses of ParseException in com.github.zafarkhaja.semverModifier and TypeClassDescriptionclass
Thrown when attempting to consume a character of unexpected types. -
Uses of ParseException in com.github.zafarkhaja.semver.expr
Subclasses of ParseException in com.github.zafarkhaja.semver.exprModifier and TypeClassDescriptionclass
Thrown during the lexical analysis when an illegal character is encountered.class
Thrown when a token of unexpected types is encountered during the parsing.