Skip to main content

Exceptions

Variables

insertPointOutOfRange

const insertPointOutOfRange: "addPoint: Index out of range." =
"addPoint: Index out of range.";

itemBelongsCollection

const itemBelongsCollection: "The item already belongs to this collection, or to another collection." =
"The item already belongs to this collection, or to another collection.";

itemNotFoundInCollection

const itemNotFoundInCollection: "The item was not found in this collection." =
"The item was not found in this collection.";

removePointOutOfRange

const removePointOutOfRange: "removePoint: Index out of range." =
"removePoint: Index out of range.";

setPointOutOfRange

const setPointOutOfRange: "setPoint: Index out of range." =
"setPoint: Index out of range.";
Was this page helpful?