Class InvalidSyntaxException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidUnicodeSyntaxException, MoreTokensSyntaxException, ParseCancelledException, ParseCancelledTooDeepException, ParseCancelledTooManyCharsException

@PublicApi public class InvalidSyntaxException extends GraphQLException
This exception is thrown by the Parser if the graphql syntax is not valid
See Also: