Package graphql.parser.exceptions
Class MoreTokensSyntaxException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- graphql.GraphQLException
-
- graphql.parser.InvalidSyntaxException
-
- graphql.parser.exceptions.MoreTokensSyntaxException
-
- All Implemented Interfaces:
java.io.Serializable
public class MoreTokensSyntaxException extends InvalidSyntaxException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MoreTokensSyntaxException(@NotNull I18n i18N, @NotNull SourceLocation sourceLocation, @NotNull java.lang.String offendingToken, @NotNull java.lang.String sourcePreview)
-
Method Summary
-
Methods inherited from class graphql.parser.InvalidSyntaxException
getLocation, getMessage, getOffendingToken, getSourcePreview, toInvalidSyntaxError
-
-
-
-
Constructor Detail
-
MoreTokensSyntaxException
public MoreTokensSyntaxException(@NotNull @NotNull I18n i18N, @NotNull @NotNull SourceLocation sourceLocation, @NotNull @NotNull java.lang.String offendingToken, @NotNull @NotNull java.lang.String sourcePreview)
-
-