Class CoercingSerializeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
graphql.GraphQLException
graphql.GraphqlErrorException
graphql.schema.CoercingSerializeException
- All Implemented Interfaces:
GraphQLError, Serializable
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class GraphqlErrorException
GraphqlErrorException.BuilderBase<T,B> -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateCoercingSerializeException(String message) CoercingSerializeException(String message, Throwable cause) -
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
-
CoercingSerializeException
public CoercingSerializeException() -
CoercingSerializeException
-
CoercingSerializeException
-
CoercingSerializeException
-
CoercingSerializeException
-
-
Method Details
-
getErrorType
- Specified by:
getErrorTypein interfaceGraphQLError- Overrides:
getErrorTypein classGraphqlErrorException- Returns:
- an object classifying this error
-
newCoercingSerializeException
-