Package io.smallrye.metrics
Class SmallRyeMetricsMessages_$bundle
- java.lang.Object
-
- io.smallrye.metrics.SmallRyeMetricsMessages_$bundle
-
- All Implemented Interfaces:
SmallRyeMetricsMessages,Serializable
public class SmallRyeMetricsMessages_$bundle extends Object implements SmallRyeMetricsMessages, Serializable
Warning this class consists of generated code.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static SmallRyeMetricsMessages_$bundleINSTANCE-
Fields inherited from interface io.smallrye.metrics.SmallRyeMetricsMessages
msg
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedSmallRyeMetricsMessages_$bundle()
-
Method Summary
-
-
-
Field Detail
-
INSTANCE
public static final SmallRyeMetricsMessages_$bundle INSTANCE
-
-
Method Detail
-
readResolve
protected Object readResolve()
-
getLoggingLocale
protected Locale getLoggingLocale()
-
unknownMetricType$str
protected String unknownMetricType$str()
-
unknownMetricType
public final IllegalArgumentException unknownMetricType()
- Specified by:
unknownMetricTypein interfaceSmallRyeMetricsMessages
-
noMetricFoundInRegistry$str
protected String noMetricFoundInRegistry$str()
-
noMetricFoundInRegistry
public final IllegalStateException noMetricFoundInRegistry(org.eclipse.microprofile.metrics.MetricID metricID)
- Specified by:
noMetricFoundInRegistryin interfaceSmallRyeMetricsMessages
-
noMetricMappedForMember$str
protected String noMetricMappedForMember$str()
-
noMetricMappedForMember
public final IllegalStateException noMetricMappedForMember(Member member)
- Specified by:
noMetricMappedForMemberin interfaceSmallRyeMetricsMessages
-
unableToRetrieveParameterName$str
protected String unableToRetrieveParameterName$str()
-
unableToRetrieveParameterName
public final UnsupportedOperationException unableToRetrieveParameterName(jakarta.enterprise.inject.spi.AnnotatedParameter<?> parameter)
- Specified by:
unableToRetrieveParameterNamein interfaceSmallRyeMetricsMessages
-
unableToRetrieveMetricNameForInjectionPoint$str
protected String unableToRetrieveMetricNameForInjectionPoint$str()
-
unableToRetrieveMetricNameForInjectionPoint
public final UnsupportedOperationException unableToRetrieveMetricNameForInjectionPoint(jakarta.enterprise.inject.spi.InjectionPoint ip)
- Specified by:
unableToRetrieveMetricNameForInjectionPointin interfaceSmallRyeMetricsMessages
-
noMetricPresent$str
protected String noMetricPresent$str()
-
noMetricPresent
public final IllegalStateException noMetricPresent()
- Specified by:
noMetricPresentin interfaceSmallRyeMetricsMessages
-
notAKeyValuePair$str
protected String notAKeyValuePair$str()
-
notAKeyValuePair
public final IllegalArgumentException notAKeyValuePair(String string)
- Specified by:
notAKeyValuePairin interfaceSmallRyeMetricsMessages
-
mustNotBeCalled$str
protected String mustNotBeCalled$str()
-
mustNotBeCalled
public final IllegalStateException mustNotBeCalled()
- Specified by:
mustNotBeCalledin interfaceSmallRyeMetricsMessages
-
gaugeWithIdAlreadyExists$str
protected String gaugeWithIdAlreadyExists$str()
-
gaugeWithIdAlreadyExists
public final IllegalArgumentException gaugeWithIdAlreadyExists(org.eclipse.microprofile.metrics.MetricID metricID)
- Specified by:
gaugeWithIdAlreadyExistsin interfaceSmallRyeMetricsMessages
-
metricNameMustNotBeNullOrEmpty$str
protected String metricNameMustNotBeNullOrEmpty$str()
-
metricNameMustNotBeNullOrEmpty
public final IllegalArgumentException metricNameMustNotBeNullOrEmpty()
- Specified by:
metricNameMustNotBeNullOrEmptyin interfaceSmallRyeMetricsMessages
-
metricExistsUnderDifferentType$str
protected String metricExistsUnderDifferentType$str()
-
metricExistsUnderDifferentType
public final IllegalStateException metricExistsUnderDifferentType(String name, String existingType)
- Specified by:
metricExistsUnderDifferentTypein interfaceSmallRyeMetricsMessages
-
unitDiffersFromPreviousUsage$str
protected String unitDiffersFromPreviousUsage$str()
-
unitDiffersFromPreviousUsage
public final IllegalStateException unitDiffersFromPreviousUsage(String existingUnit)
- Specified by:
unitDiffersFromPreviousUsagein interfaceSmallRyeMetricsMessages
-
descriptionDiffersFromPreviousUsage$str
protected String descriptionDiffersFromPreviousUsage$str()
-
descriptionDiffersFromPreviousUsage
public final IllegalStateException descriptionDiffersFromPreviousUsage()
- Specified by:
descriptionDiffersFromPreviousUsagein interfaceSmallRyeMetricsMessages
-
displayNameDiffersFromPreviousUsage$str
protected String displayNameDiffersFromPreviousUsage$str()
-
displayNameDiffersFromPreviousUsage
public final IllegalStateException displayNameDiffersFromPreviousUsage()
- Specified by:
displayNameDiffersFromPreviousUsagein interfaceSmallRyeMetricsMessages
-
metricWithNameAlreadyExists$str
protected String metricWithNameAlreadyExists$str()
-
metricWithNameAlreadyExists
public final IllegalStateException metricWithNameAlreadyExists(String name)
- Specified by:
metricWithNameAlreadyExistsin interfaceSmallRyeMetricsMessages
-
unableToInferMetricType$str
protected String unableToInferMetricType$str()
-
unableToInferMetricType
public final IllegalStateException unableToInferMetricType()
- Specified by:
unableToInferMetricTypein interfaceSmallRyeMetricsMessages
-
unknownMetricAnnotationType$str
protected String unknownMetricAnnotationType$str()
-
unknownMetricAnnotationType
public final IllegalArgumentException unknownMetricAnnotationType(Class<?> annotationType)
- Specified by:
unknownMetricAnnotationTypein interfaceSmallRyeMetricsMessages
-
malformedObjectName$str
protected String malformedObjectName$str()
-
malformedObjectName
public final IllegalStateException malformedObjectName(MalformedObjectNameException cause)
- Specified by:
malformedObjectNamein interfaceSmallRyeMetricsMessages
-
-