Package graphql.schema
Class CoercingParseLiteralException.Builder
- java.lang.Object
-
- graphql.GraphqlErrorException.BuilderBase<CoercingParseLiteralException.Builder,CoercingParseLiteralException>
-
- graphql.schema.CoercingParseLiteralException.Builder
-
- Enclosing class:
- CoercingParseLiteralException
public static class CoercingParseLiteralException.Builder extends GraphqlErrorException.BuilderBase<CoercingParseLiteralException.Builder,CoercingParseLiteralException>
-
-
Field Summary
-
Fields inherited from class graphql.GraphqlErrorException.BuilderBase
cause, errorClassification, extensions, message, path, sourceLocations
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CoercingParseLiteralException
build()
-
Methods inherited from class graphql.GraphqlErrorException.BuilderBase
cause, errorClassification, extensions, message, path, sourceLocation, sourceLocations
-
-
-
-
Method Detail
-
build
public CoercingParseLiteralException build()
- Specified by:
build
in classGraphqlErrorException.BuilderBase<CoercingParseLiteralException.Builder,CoercingParseLiteralException>
-
-