Oracle Coherence for C++ API
Release 3.7.1.0

E22845-01

NoSuchElementException Class Reference

#include <coherence/lang/NoSuchElementException.hpp>

Inherits RuntimeException.

List of all members.


Detailed Description

Thrown to indicate that a object is not found in the cache/map/collection.

 

Public Types

typedef spec::Handle  Handle
  NoSuchElementException Handle definition.
typedef spec::View  View
  NoSuchElementException View definition.
typedef spec::Holder  Holder
  NoSuchElementException Holder definition.

Protected Member Functions

  NoSuchElementException (String::View vsMsg=String::null_string, Exception::View vCause=NULL)
  Create an NoSuchElementException.

Constructor & Destructor Documentation

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

Create an NoSuchElementException.

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, 2011, Oracle and/or its affiliates. All rights reserved.