The ExceptionInterface interface

(Available since version 1.0)

Introduction

Exception objects of classes implementing this interface are thrown in many cases from methods in the LinkedList class.

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

Interface synopsis

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