Uses of Class
graphql.GraphqlErrorException
-
Packages that use GraphqlErrorException Package Description graphql graphql.schema -
-
Uses of GraphqlErrorException in graphql
Classes in graphql with type parameters of type GraphqlErrorException Modifier and Type Class Description protected static classGraphqlErrorException.BuilderBase<T extends GraphqlErrorException.BuilderBase<T,B>,B extends GraphqlErrorException>A trait like base class that contains the properties that GraphqlErrorException handles and can be used by other classes to derive their own builders.Methods in graphql that return GraphqlErrorException Modifier and Type Method Description GraphqlErrorExceptionGraphqlErrorException.Builder. build() -
Uses of GraphqlErrorException in graphql.schema
Subclasses of GraphqlErrorException in graphql.schema Modifier and Type Class Description classCoercingParseLiteralExceptionclassCoercingParseValueExceptionclassCoercingSerializeException
-