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 (c) 2000, 2009, Oracle and/or its affiliates. All rights reserved.