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