Oracle Coherence for C++ API
Release 3.7.1.0
E22845-01
#include <coherence/lang/IndexOutOfBoundsException.hpp>
Inherits RuntimeException.
Thrown to indicate that an index of some sort (such as to an array, to a string, or to a vector) is out of range.
Public Types |
|
| typedef spec::Handle | Handle |
| IndexOutOfBoundsException Handle definition. | |
| typedef spec::View | View |
| IndexOutOfBoundsException View definition. | |
| typedef spec::Holder | Holder |
| IndexOutOfBoundsException Holder definition. | |
Protected Member Functions |
|
| IndexOutOfBoundsException (String::View vsMsg=String::null_string, Exception::View vCause=NULL) | |
| Create an IndexOutOfBoundsException. | |
| IndexOutOfBoundsException | ( | String::View | vsMsg = String::null_string, |
|
| Exception::View | vCause = NULL |
|||
| ) | [protected] |
Create an IndexOutOfBoundsException.
| vsMsg | the detail message | |
| vCause | the underlying cause of the exception |
The documentation for this class was generated from the following file: