Package graphql.schema
Class CoercingParseValueException.Builder
- java.lang.Object
-
- graphql.GraphqlErrorException.BuilderBase<CoercingParseValueException.Builder,CoercingParseValueException>
-
- graphql.schema.CoercingParseValueException.Builder
-
- Enclosing class:
- CoercingParseValueException
public static class CoercingParseValueException.Builder extends GraphqlErrorException.BuilderBase<CoercingParseValueException.Builder,CoercingParseValueException>
-
-
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 CoercingParseValueException
build()
-
Methods inherited from class graphql.GraphqlErrorException.BuilderBase
cause, errorClassification, extensions, message, path, sourceLocation, sourceLocations
-
-
-
-
Method Detail
-
build
public CoercingParseValueException build()
- Specified by:
build
in classGraphqlErrorException.BuilderBase<CoercingParseValueException.Builder,CoercingParseValueException>
-
-