SpatialException thrown on violation of array bounds
![]() | SpatialBoundsError ( const char *what = 0 ) throw() Default and explicit constructors. |
![]() | SpatialBoundsError ( const char *context, const char *array, int32 limit =-1, int32 index=-1 ) throw() Standard constructor |
![]() | SpatialBoundsError ( const SpatialBoundsError& ) throw() Copy constructor. |
SpatialException thrown on violation of array bounds. This Exception should be thrown on detection of an attempt to access elements beyond the boundaries of an array. A special constructor is provided for assembling the message from the typical components: program context, array name, violated boundary, and violating index.
SpatialBoundsError( const char *context, const char *array, int32 limit =-1, int32 index=-1 ) throw()
SpatialBoundsError( const SpatialBoundsError& ) throw()
alphabetic index hierarchy of classes