public class InvalidSyntaxError extends java.lang.Object implements GraphQLError
| Constructor and Description |
|---|
InvalidSyntaxError(java.util.List<SourceLocation> sourceLocations) |
InvalidSyntaxError(SourceLocation sourceLocation) |
| Modifier and Type | Method and Description |
|---|---|
ErrorType |
getErrorType() |
java.util.List<SourceLocation> |
getLocations() |
java.lang.String |
getMessage() |
java.lang.String |
toString() |
public InvalidSyntaxError(SourceLocation sourceLocation)
public InvalidSyntaxError(java.util.List<SourceLocation> sourceLocations)
public java.lang.String getMessage()
getMessage in interface GraphQLErrorpublic java.util.List<SourceLocation> getLocations()
getLocations in interface GraphQLErrorpublic ErrorType getErrorType()
getErrorType in interface GraphQLErrorpublic java.lang.String toString()
toString in class java.lang.Object