ArrayException

Exception, to be thrown when there was an array-related error.

It is a normal Exception but its type bears meaning and allows for catching only array-related exceptions.

Constructors

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

Creates a new ArrayException.