Class ParseCancelledTooDeepException

    • Constructor Summary

      Constructors 
      Constructor Description
      ParseCancelledTooDeepException​(@NotNull I18n i18N, @Nullable SourceLocation sourceLocation, @Nullable java.lang.String offendingToken, int maxTokens, @NotNull java.lang.String tokenType)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ParseCancelledTooDeepException

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