Oracle® Fusion Middleware C++ API Reference for Oracle Coherence
12c (12.1.3.0.0)

E47891-01

IndexOutOfBoundsException Class Reference

#include <coherence/lang/IndexOutOfBoundsException.hpp>

Inherits RuntimeException.

List of all members.


Detailed Description

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.

Author:
jh 2007.12.30

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.

Constructor & Destructor Documentation

IndexOutOfBoundsException ( String::View  vsMsg = String::null_string,
Exception::View  vCause = NULL 
) [protected]

Create an IndexOutOfBoundsException.

Parameters:
vsMsg the detail message
vCause the underlying cause of the exception


The documentation for this class was generated from the following file:
Copyright © 2000, 2014, Oracle and/or its affiliates. All rights reserved.