public class DirectiveIllegalLocationError extends GraphQLException
| Modifier and Type | Field and Description |
|---|---|
protected static SourceLocation |
NO_WHERE |
| Constructor and Description |
|---|
DirectiveIllegalLocationError(DirectiveDefinition element,
java.lang.String locationName) |
DirectiveIllegalLocationError(Node element,
java.lang.String elementName,
java.lang.String directiveName,
java.lang.String locationName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
ErrorType |
getErrorType() |
java.util.List<SourceLocation> |
getLocations() |
int |
hashCode() |
static java.lang.String |
lineCol(Node node) |
java.lang.String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTraceclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetExtensions, getMessage, getPath, toSpecificationprotected static final SourceLocation NO_WHERE
public DirectiveIllegalLocationError(Node element, java.lang.String elementName, java.lang.String directiveName, java.lang.String locationName)
public DirectiveIllegalLocationError(DirectiveDefinition element, java.lang.String locationName)
public static java.lang.String lineCol(Node node)
public java.util.List<SourceLocation> getLocations()
getLocations in interface GraphQLErrorSourceLocation
describes the beginning of an associated syntax elementpublic ErrorType getErrorType()
getErrorType in interface GraphQLErrorpublic java.lang.String toString()
toString in class java.lang.Throwablepublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object