@PublicApi public class UnknownOperationException extends GraphQLException implements GraphQLError
Constructor and Description |
---|
UnknownOperationException(java.lang.String message) |
Modifier and Type | Method and Description |
---|---|
ErrorClassification |
getErrorType() |
java.util.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 UnknownOperationException(java.lang.String message)
public java.util.List<SourceLocation> getLocations()
getLocations
in interface GraphQLError
SourceLocation
describes the beginning of an associated syntax elementpublic ErrorClassification getErrorType()
getErrorType
in interface GraphQLError