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