Package io.smallrye.graphql
Class SmallRyeGraphQLServerMessages_$bundle
java.lang.Object
io.smallrye.graphql.SmallRyeGraphQLServerMessages_$bundle
- All Implemented Interfaces:
SmallRyeGraphQLServerMessages,Serializable
public class SmallRyeGraphQLServerMessages_$bundle
extends Object
implements SmallRyeGraphQLServerMessages, Serializable
Warning this class consists of generated code.
- See Also:
-
Field Summary
FieldsFields inherited from interface io.smallrye.graphql.SmallRyeGraphQLServerMessages
msg -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal RuntimeExceptioncanNotInjectClass(String className, Exception cause) protected Stringfinal RuntimeExceptioncanNotLoadClass(String className, Exception cause) protected Stringfinal RuntimeExceptioncantParseDate(String inputTypeName, String targetClassName) protected Stringfinal graphql.schema.CoercingParseLiteralExceptioncoercingParseLiteralException(String actualType) final graphql.schema.CoercingParseLiteralExceptioncoercingParseLiteralException(String expectedRange, String actual) protected Stringprotected Stringfinal graphql.schema.CoercingParseValueExceptioncoercingParseValueException(String expectedType, String actualType, Exception cause) protected Stringfinal graphql.schema.CoercingSerializeExceptioncoercingSerializeException(String expectedType, String actualType, Exception cause) protected StringconcreteClassNotFoundForInterface(String clazz, String iface) protected Stringfinal RuntimeExceptionprotected Stringfinal DataFetcherExceptiondataFetcherException(Operation operation, Throwable cause) protected Stringfinal DataFetcherExceptiongeneralDataFetcherException(String operation, Throwable cause) protected Stringprotected Localefinal graphql.schema.CoercingParseLiteralExceptionprotected Stringprotected Stringfinal RuntimeExceptionnotAValidNumberType(String typeClassName) protected Stringfinal RuntimeExceptionnotValidDateOrTimeType(String className) protected Stringfinal graphql.schema.CoercingParseLiteralExceptionprotected Stringfinal NumberFormatExceptionnumberFormatException(String input) protected Stringprotected Stringprotected Objectfinal DateTimeExceptionunknownDateFormat(String input) protected Stringfinal ClassNotFoundExceptionunknownPrimitiveType(String name) protected Stringfinal IllegalArgumentExceptionunsupportedWrappedClass(String className) protected String
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
SmallRyeGraphQLServerMessages_$bundle
protected SmallRyeGraphQLServerMessages_$bundle()
-
-
Method Details
-
readResolve
-
getLoggingLocale
-
concreteClassNotFoundForInterface$str
-
concreteClassNotFoundForInterface
public final ConcreteImplementationNotFoundException concreteClassNotFoundForInterface(String clazz, String iface) - Specified by:
concreteClassNotFoundForInterfacein interfaceSmallRyeGraphQLServerMessages
-
unknownPrimitiveType$str
-
unknownPrimitiveType
- Specified by:
unknownPrimitiveTypein interfaceSmallRyeGraphQLServerMessages
-
dataFetcherException$str
-
dataFetcherException
- Specified by:
dataFetcherExceptionin interfaceSmallRyeGraphQLServerMessages
-
generalDataFetcherException$str
-
generalDataFetcherException
- Specified by:
generalDataFetcherExceptionin interfaceSmallRyeGraphQLServerMessages
-
countNotGetInstance$str
-
countNotGetInstance
- Specified by:
countNotGetInstancein interfaceSmallRyeGraphQLServerMessages
-
metricsNotSupportedWithoutCDI$str
-
metricsNotSupportedWithoutCDI
- Specified by:
metricsNotSupportedWithoutCDIin interfaceSmallRyeGraphQLServerMessages
-
openTracingNotSupportedWithoutCDI$str
-
openTracingNotSupportedWithoutCDI
- Specified by:
openTracingNotSupportedWithoutCDIin interfaceSmallRyeGraphQLServerMessages
-
canNotLoadClass$str
-
canNotLoadClass
- Specified by:
canNotLoadClassin interfaceSmallRyeGraphQLServerMessages
-
notAValidNumberType$str
-
notAValidNumberType
- Specified by:
notAValidNumberTypein interfaceSmallRyeGraphQLServerMessages
-
numberFormatException$str
-
numberFormatException
- Specified by:
numberFormatExceptionin interfaceSmallRyeGraphQLServerMessages
-
coercingSerializeException$str
-
coercingSerializeException
public final graphql.schema.CoercingSerializeException coercingSerializeException(String expectedType, String actualType, Exception cause) - Specified by:
coercingSerializeExceptionin interfaceSmallRyeGraphQLServerMessages
-
coercingParseValueException$str
-
coercingParseValueException
public final graphql.schema.CoercingParseValueException coercingParseValueException(String expectedType, String actualType, Exception cause) - Specified by:
coercingParseValueExceptionin interfaceSmallRyeGraphQLServerMessages
-
coercingParseLiteralException2$str
-
coercingParseLiteralException
public final graphql.schema.CoercingParseLiteralException coercingParseLiteralException(String expectedRange, String actual) - Specified by:
coercingParseLiteralExceptionin interfaceSmallRyeGraphQLServerMessages
-
coercingParseLiteralException1$str
-
coercingParseLiteralException
public final graphql.schema.CoercingParseLiteralException coercingParseLiteralException(String actualType) - Specified by:
coercingParseLiteralExceptionin interfaceSmallRyeGraphQLServerMessages
-
cantParseDate$str
-
cantParseDate
- Specified by:
cantParseDatein interfaceSmallRyeGraphQLServerMessages
-
notValidDateOrTimeType$str
-
notValidDateOrTimeType
- Specified by:
notValidDateOrTimeTypein interfaceSmallRyeGraphQLServerMessages
-
unknownDateFormat$str
-
unknownDateFormat
- Specified by:
unknownDateFormatin interfaceSmallRyeGraphQLServerMessages
-
unsupportedWrappedClass$str
-
unsupportedWrappedClass
- Specified by:
unsupportedWrappedClassin interfaceSmallRyeGraphQLServerMessages
-
canNotInjectClass$str
-
canNotInjectClass
- Specified by:
canNotInjectClassin interfaceSmallRyeGraphQLServerMessages
-
integerCoercingParseException$str
-
integerCoercingParseException
public final graphql.schema.CoercingParseLiteralException integerCoercingParseException(String input) - Specified by:
integerCoercingParseExceptionin interfaceSmallRyeGraphQLServerMessages
-
numberCoercingParseException$str
-
numberCoercingParseException
public final graphql.schema.CoercingParseLiteralException numberCoercingParseException(String input) - Specified by:
numberCoercingParseExceptionin interfaceSmallRyeGraphQLServerMessages
-