The OutOfRangeException class

(Available since version 1.0)

Introduction

Exception objects of this class are thrown when one calls the many of the methods in LinkedList with an invalid offset as an argument.

It is only intended that users should test for this exception, when necessary, rather than throwing it in their own code.

Class synopsis

SEIDS::LinkedLists::OutOfRangeException extends OutOfRangeException implements SEIDS::LinkedLists::ExceptionInterface {
}
To Top