public class InvalidSyntaxException extends GraphQLException
Modifier and Type | Method and Description |
---|---|
SourceLocation |
getLocation() |
String |
getMessage() |
String |
getOffendingToken() |
String |
getSourcePreview() |
InvalidSyntaxError |
toInvalidSyntaxError() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidSyntaxError toInvalidSyntaxError()
public String getMessage()
getMessage
in class Throwable
public SourceLocation getLocation()
public String getSourcePreview()
public String getOffendingToken()
Copyright © 2019. All rights reserved.