QuoteIndexOutOfRangeException

Exception, to be thrown when a given quote index was out of bounds.

Constructors

this
this(string message, ptrdiff_t indexGiven, size_t upperBound, string file, size_t line, Throwable nextInChain)

Creates a new QuoteIndexOutOfRangeException, attaching a given index and an index upper bound.

this
this(string message, string file, size_t line, Throwable nextInChain)

Constructor.

Members

Variables

indexGiven
ptrdiff_t indexGiven;

Given index (that ended up being out of range).

upperBound
size_t upperBound;

Actual upper bound.