Uses of Class
com.github.zafarkhaja.semver.util.UnexpectedElementException
-
Packages that use UnexpectedElementException 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 UnexpectedElementException in com.github.zafarkhaja.semver
Constructors in com.github.zafarkhaja.semver with parameters of type UnexpectedElementException Constructor Description UnexpectedCharacterException(UnexpectedElementException cause)
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 UnexpectedElementException Constructor Description UnexpectedTokenException(UnexpectedElementException cause)
Constructs aUnexpectedTokenException
instance with the wrappedUnexpectedElementException
exception.
-