Package io.smallrye.graphql
Interface SmallRyeGraphQLServerMessages
- All Known Implementing Classes:
SmallRyeGraphQLServerMessages_$bundle
@MessageBundle(projectCode="SRGQL")
public interface SmallRyeGraphQLServerMessages
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptioncanNotInjectClass(String className, Exception cause) canNotLoadClass(String className, Exception cause) cantParseDate(String inputTypeName, String targetClassName) graphql.schema.CoercingParseLiteralExceptioncoercingParseLiteralException(String actualType) graphql.schema.CoercingParseLiteralExceptioncoercingParseLiteralException(String expectedRange, String actual) graphql.schema.CoercingParseValueExceptioncoercingParseValueException(String expectedType, String actualType, Exception cause) graphql.schema.CoercingSerializeExceptioncoercingSerializeException(String expectedType, String actualType, Exception cause) concreteClassNotFoundForInterface(String clazz, String iface) dataFetcherException(Operation operation, Throwable cause) generalDataFetcherException(String operation, Throwable cause) graphql.schema.CoercingParseLiteralExceptionnotAValidNumberType(String typeClassName) notValidDateOrTimeType(String className) graphql.schema.CoercingParseLiteralExceptionnumberFormatException(String input) unknownDateFormat(String input) unknownPrimitiveType(String name) unsupportedWrappedClass(String className)
-
Field Details
-
msg
-
-
Method Details
-
concreteClassNotFoundForInterface
@Message(id=0, value="No concrete class named [%s] found for interface [%s]") ConcreteImplementationNotFoundException concreteClassNotFoundForInterface(String clazz, String iface) -
unknownPrimitiveType
@Message(id=1, value="Unknown primitive type [%s]") ClassNotFoundException unknownPrimitiveType(String name) -
dataFetcherException
@Message(id=2, value="Data fetching failed for operation [%s]") DataFetcherException dataFetcherException(Operation operation, @Cause Throwable cause) -
generalDataFetcherException
@Message(id=3, value="Data fetching failed for [%s]") DataFetcherException generalDataFetcherException(String operation, @Cause Throwable cause) -
countNotGetInstance
@Message(id=5, value="Could not get Instance using the default lookup service") RuntimeException countNotGetInstance(@Cause Throwable t) -
metricsNotSupportedWithoutCDI
@Message(id=6, value="Metrics are not supported without CDI") UnsupportedOperationException metricsNotSupportedWithoutCDI() -
openTracingNotSupportedWithoutCDI
@Message(id=8, value="OpenTracing is not supported without CDI") UnsupportedOperationException openTracingNotSupportedWithoutCDI() -
canNotLoadClass
@Message(id=9, value="Can not load class [%s]") RuntimeException canNotLoadClass(String className, @Cause Exception cause) -
notAValidNumberType
@Message(id=10, value="[%s] is not a valid number type") RuntimeException notAValidNumberType(String typeClassName) -
numberFormatException
@Message(id=11, value="Can not parse a number from [%s]") NumberFormatException numberFormatException(String input) -
coercingSerializeException
-
coercingParseValueException
-
coercingParseLiteralException
-
coercingParseLiteralException
@Message(id=15, value="Expected AST type \'IntValue\' or \'StringValue\' but was \'%s\'.") graphql.schema.CoercingParseLiteralException coercingParseLiteralException(String actualType) -
cantParseDate
@Message(id=16, value="Can\'t parse [%s] into [%s]") RuntimeException cantParseDate(String inputTypeName, String targetClassName) -
notValidDateOrTimeType
@Message(id=17, value="[%s] is no valid date or time-type") RuntimeException notValidDateOrTimeType(String className) -
unknownDateFormat
-
unsupportedWrappedClass
@Message(id=19, value="Unsupported wrapped type. SmallRye only support DataFetchingEnvironment and not %s") IllegalArgumentException unsupportedWrappedClass(String className) -
canNotInjectClass
@Message(id=20, value="Can not inject an instance of class [%s]. Please make sure it is a CDI bean, also possibly the beans.xml file is needed") RuntimeException canNotInjectClass(String className, @Cause Exception cause) -
integerCoercingParseException
@Message(id=21, value="Can not parse a integer from [%s]") graphql.schema.CoercingParseLiteralException integerCoercingParseException(String input) -
numberCoercingParseException
@Message(id=22, value="Can not parse a number from [%s]") graphql.schema.CoercingParseLiteralException numberCoercingParseException(String input)
-