Uses of Class
com.github.zafarkhaja.semver.UnexpectedCharacterException
Packages that use UnexpectedCharacterException
Package
Description
This is the root package of the Java SemVer library.
-
Uses of UnexpectedCharacterException in com.github.zafarkhaja.semver
Constructors in com.github.zafarkhaja.semver with parameters of type UnexpectedCharacterExceptionModifierConstructorDescriptionParseException
(String message, UnexpectedCharacterException cause) Constructs aParseException
instance with an error message and the cause exception.