Class ParseCancelledTooDeepException

All Implemented Interfaces:
Serializable

public class ParseCancelledTooDeepException extends InvalidSyntaxException
See Also:
  • Constructor Details

    • ParseCancelledTooDeepException

      public ParseCancelledTooDeepException(@NotNull @NotNull I18n i18N, @Nullable @Nullable SourceLocation sourceLocation, @Nullable @Nullable String offendingToken, int maxTokens, @NotNull @NotNull String tokenType)