Class GraphQlException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.allGraphQLCases.server.config.GraphQlException
- All Implemented Interfaces:
graphql.GraphQLError
,Serializable
- Author:
- etienne-sf
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongraphql.ErrorClassification
List<graphql.language.SourceLocation>
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
getExtensions, getMessage, getPath, toSpecification
-
Constructor Details
-
GraphQlException
-
-
Method Details
-
getLocations
- Specified by:
getLocations
in interfacegraphql.GraphQLError
-
getErrorType
public graphql.ErrorClassification getErrorType()- Specified by:
getErrorType
in interfacegraphql.GraphQLError
-