Uses of Class
com.github.zafarkhaja.semver.ParseException
-
Packages that use ParseException Package Description com.github.zafarkhaja.semver This is the root package of the Java SemVer library.com.github.zafarkhaja.semver.expr This package contains classes that implement the SemVer Expressions. -
-
Uses of ParseException in com.github.zafarkhaja.semver
Subclasses of ParseException in com.github.zafarkhaja.semver Modifier and Type Class Description classUnexpectedCharacterExceptionThrown 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.expr Modifier and Type Class Description classLexerExceptionThrown during the lexical analysis when an illegal character is encountered.classUnexpectedTokenExceptionThrown when a token of unexpected types is encountered during the parsing.
-