@PublicApi public class MissingRootTypeException extends GraphQLException implements GraphQLError
Constructor and Description |
---|
MissingRootTypeException(String message,
SourceLocation sourceLocation) |
Modifier and Type | Method and Description |
---|---|
ErrorType |
getErrorType() |
List<SourceLocation> |
getLocations() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getExtensions, getMessage, getPath, toSpecification
public MissingRootTypeException(String message, SourceLocation sourceLocation)
public List<SourceLocation> getLocations()
getLocations
in interface GraphQLError
SourceLocation
describes the beginning of an associated syntax elementpublic ErrorType getErrorType()
getErrorType
in interface GraphQLError
Copyright © 2019. All rights reserved.