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 TypeClassDescriptionclassThrown 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 TypeClassDescriptionclassThrown during the lexical analysis when an illegal character is encountered.classThrown when a token of unexpected types is encountered during the parsing.