Uses of Class
com.github.zafarkhaja.semver.util.UnexpectedElementException
Packages that use UnexpectedElementException
Package
Description
This is the root package of the Java SemVer library.
This package contains classes that implement the SemVer Expressions.
-
Uses of UnexpectedElementException in com.github.zafarkhaja.semver
Constructors in com.github.zafarkhaja.semver with parameters of type UnexpectedElementExceptionModifierConstructorDescription(package private)
Constructs aUnexpectedCharacterException
instance with the wrappedUnexpectedElementException
exception. -
Uses of UnexpectedElementException in com.github.zafarkhaja.semver.expr
Constructors in com.github.zafarkhaja.semver.expr with parameters of type UnexpectedElementExceptionModifierConstructorDescription(package private)
Constructs aUnexpectedTokenException
instance with the wrappedUnexpectedElementException
exception.