libperun

Class std.rt.IndexError

Synopsis

public  class IndexError extends RuntimeError

An exception thrown when an index is out-of-bounds.

Fields

Constructors

public IndexError(String msg);

Construct the exception with the specified message.

Methods