Class ParseCancelledTooDeepException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
graphql.GraphQLException
graphql.parser.InvalidSyntaxException
graphql.parser.exceptions.ParseCancelledTooDeepException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionParseCancelledTooDeepException(@NotNull I18n i18N, @Nullable SourceLocation sourceLocation, @Nullable String offendingToken, int maxTokens, @NotNull String tokenType) -
Method Summary
Methods inherited from class InvalidSyntaxException
getLocation, getMessage, getOffendingToken, getSourcePreview, toInvalidSyntaxErrorMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ParseCancelledTooDeepException
public ParseCancelledTooDeepException(@NotNull @NotNull I18n i18N, @Nullable @Nullable SourceLocation sourceLocation, @Nullable @Nullable String offendingToken, int maxTokens, @NotNull @NotNull String tokenType)
-