TokenBufferLimitExceededException
class TokenBufferLimitExceededException(source: Source, span: SourceSpan, val maximumRetainedTokens: Int) : PrologLexingException
Reports that an uncommitted parse item exceeded its configured token-buffer bound.
Properties
Link copied to clipboard
stable category of the failure
Link copied to clipboard
structured descriptions of acceptable syntax
Link copied to clipboard
configured maximum number of simultaneously retained tokens
Link copied to clipboard
offending source spelling, or null when no token exists
Link copied to clipboard
exact source range associated with the failure