Package graphql.schema.idl.errors
Class TypeExtensionFieldRedefinitionError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- graphql.GraphQLException
-
- graphql.schema.idl.errors.BaseError
-
- graphql.schema.idl.errors.TypeExtensionFieldRedefinitionError
-
- All Implemented Interfaces:
GraphQLError
,java.io.Serializable
public class TypeExtensionFieldRedefinitionError extends BaseError
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface graphql.GraphQLError
GraphQLError.Builder<B extends GraphQLError.Builder<B>>
-
-
Constructor Summary
Constructors Constructor Description TypeExtensionFieldRedefinitionError(TypeDefinition typeDefinition, FieldDefinition fieldDefinition)
TypeExtensionFieldRedefinitionError(TypeDefinition typeDefinition, InputValueDefinition fieldDefinition)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description private static java.lang.String
formatMessage(TypeDefinition typeDefinition, java.lang.String fieldName, AbstractNode<?> fieldDefinition)
-
Methods inherited from class graphql.schema.idl.errors.BaseError
equals, getErrorType, getLocations, hashCode, lineCol, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface graphql.GraphQLError
getExtensions, getMessage, getPath, toSpecification
-
-
-
-
Constructor Detail
-
TypeExtensionFieldRedefinitionError
public TypeExtensionFieldRedefinitionError(TypeDefinition typeDefinition, FieldDefinition fieldDefinition)
-
TypeExtensionFieldRedefinitionError
public TypeExtensionFieldRedefinitionError(TypeDefinition typeDefinition, InputValueDefinition fieldDefinition)
-
-
Method Detail
-
formatMessage
private static java.lang.String formatMessage(TypeDefinition typeDefinition, java.lang.String fieldName, AbstractNode<?> fieldDefinition)
-
-