Core.DataTypes.ComplexDataType.OutOfBoundsException
Revision as of 06:38, 16 February 2016 by Hb (talk | contribs) (Hb moved page OutOfBoundsException to Core.Actions.Throw.Exception.OutOfBoundsException: #3153)
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.