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:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMoreTokensSyntaxException
(@NotNull I18n i18N, @NotNull SourceLocation sourceLocation, @NotNull String offendingToken, @NotNull String sourcePreview) -
Method Summary
Methods inherited from class graphql.parser.InvalidSyntaxException
getLocation, getMessage, getOffendingToken, getSourcePreview, toInvalidSyntaxError
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MoreTokensSyntaxException
public MoreTokensSyntaxException(@NotNull @NotNull I18n i18N, @NotNull @NotNull SourceLocation sourceLocation, @NotNull @NotNull String offendingToken, @NotNull @NotNull String sourcePreview)
-