Package graphql.schema
Class CoercingParseValueException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
graphql.GraphQLException
graphql.GraphqlErrorException
graphql.schema.CoercingParseValueException
- All Implemented Interfaces:
GraphQLError
,Serializable
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class graphql.GraphqlErrorException
GraphqlErrorException.BuilderBase<T extends GraphqlErrorException.BuilderBase<T,
B>, B extends GraphqlErrorException> -
Constructor Summary
ConstructorsConstructorDescriptionCoercingParseValueException
(String message) CoercingParseValueException
(String message, Throwable cause) CoercingParseValueException
(String message, Throwable cause, SourceLocation sourceLocation) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class graphql.GraphqlErrorException
getExtensions, getLocations, getPath, newErrorException
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface graphql.GraphQLError
getMessage, toSpecification
-
Constructor Details
-
CoercingParseValueException
public CoercingParseValueException() -
CoercingParseValueException
-
CoercingParseValueException
-
CoercingParseValueException
-
CoercingParseValueException
-
-
Method Details
-
getErrorType
- Specified by:
getErrorType
in interfaceGraphQLError
- Overrides:
getErrorType
in classGraphqlErrorException
- Returns:
- an object classifying this error
-
newCoercingParseValueException
-