Class ParseCancelledException

All Implemented Interfaces:
Serializable

public class ParseCancelledException extends InvalidSyntaxException
See Also:
  • Constructor Details

    • ParseCancelledException

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