Uses of Class
io.smallrye.common.version.VersionSyntaxException
-
-
Uses of VersionSyntaxException in io.smallrye.common.version
Methods in io.smallrye.common.version that return VersionSyntaxException Modifier and Type Method Description VersionSyntaxExceptionMessages_$bundle. emptyBuild()VersionSyntaxExceptionMessages_$bundle. emptyPreRelease()VersionSyntaxExceptionMessages_$bundle. invalidCodePoint(String codePointString, int start, String version)VersionSyntaxExceptionMessages_$bundle. tooLong()VersionSyntaxExceptionMessages_$bundle. unexpectedEnd()VersionSyntaxExceptionMessages_$bundle. unexpectedExtra()Methods in io.smallrye.common.version that throw VersionSyntaxException Modifier and Type Method Description voidAbstractVersionIterator. next()A basic implementation ofVersionIterator.next()which uses the methods on this class to establish the next iteration token.voidVersionIterator. next()Move to the next token.default voidVersionScheme. validate(String version)Validate the syntax of the given version.
-