Uses of Class
com.github.zafarkhaja.semver.UnexpectedCharacterException
-
Packages that use UnexpectedCharacterException Package Description com.github.zafarkhaja.semver 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 UnexpectedCharacterException Constructor Description ParseException(java.lang.String message, UnexpectedCharacterException cause)
Constructs aParseException
instance with an error message and the cause exception.
-