Core.DataTypes.ComplexDataType.OutOfBoundsException

From emotive
Jump to navigation Jump to search

Classification

Name OutOfBoundsException
Class Exception Type
Base Data Type Complex Data Type
SpecifiedBy ISO 13209-3

Description

The OutOfBoundsException data type features in OTX an exception for an out-of-bounds memory access. It is thrown when, for example, the index for accessing a list is greater than the number of elements in the list, or if a key is not in a map can be found, or exceeded the range of values of a variable if no memory is available for adding items etc.