Package io.smallrye.common.version
Class Messages_$bundle
- java.lang.Object
-
- io.smallrye.common.version.Messages_$bundle
-
- All Implemented Interfaces:
Serializable
public class Messages_$bundle extends Object implements Serializable
Warning this class consists of generated code.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static Messages_$bundleINSTANCEstatic io.smallrye.common.version.Messagesmsg
-
Constructor Summary
Constructors Modifier Constructor Description protectedMessages_$bundle()
-
Method Summary
-
-
-
Field Detail
-
INSTANCE
public static final Messages_$bundle INSTANCE
-
msg
public static final io.smallrye.common.version.Messages msg
-
-
Method Detail
-
readResolve
protected Object readResolve()
-
getLoggingLocale
protected Locale getLoggingLocale()
-
expectedAlpha$str
protected String expectedAlpha$str()
-
expectedAlpha
public final IllegalStateException expectedAlpha()
-
expectedNumber$str
protected String expectedNumber$str()
-
expectedNumber
public final IllegalStateException expectedNumber()
-
expectedSep$str
protected String expectedSep$str()
-
expectedSep
public final IllegalStateException expectedSep()
-
iterationPastEnd$str
protected String iterationPastEnd$str()
-
iterationPastEnd
public final NoSuchElementException iterationPastEnd()
-
invalidCodePoint$str
protected String invalidCodePoint$str()
-
invalidCodePoint
public final VersionSyntaxException invalidCodePoint(String codePointString, int start, String version)
-
tooLong$str
protected String tooLong$str()
-
tooLong
public final VersionSyntaxException tooLong()
-
nonNumeric$str
protected String nonNumeric$str()
-
nonNumeric
public final IllegalArgumentException nonNumeric(String codePointString, int offs, String value)
-
unexpectedEnd$str
protected String unexpectedEnd$str()
-
unexpectedEnd
public final VersionSyntaxException unexpectedEnd()
-
unexpectedExtra$str
protected String unexpectedExtra$str()
-
unexpectedExtra
public final VersionSyntaxException unexpectedExtra()
-
emptyPreRelease$str
protected String emptyPreRelease$str()
-
emptyPreRelease
public final VersionSyntaxException emptyPreRelease()
-
emptyBuild$str
protected String emptyBuild$str()
-
emptyBuild
public final VersionSyntaxException emptyBuild()
-
-