Oracle Coherence for C++ API
Release 3.7.1.0

E22845-01

ClassNotFoundException Class Reference

#include <coherence/lang/ClassNotFoundException.hpp>

Inherits Exception.

List of all members.


Detailed Description

Thrown when a definition for a named Class could be found.

Author:
mf 2008.04.03
 

Public Types

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

Protected Member Functions

  ClassNotFoundException (String::View vsName=String::null_string, Exception::View vCause=NULL)
  Create an ClassNotFoundException.

Constructor & Destructor Documentation

ClassNotFoundException ( String::View  vsName = String::null_string,
    Exception::View  vCause = NULL  
  )     [protected]

Create an ClassNotFoundException.

Parameters:
  vsName  the name of the Class that could not be located
  vCause  the underlying cause of the exception; can be NULL
Returns:
a Handle to the created Exception

The documentation for this class was generated from the following file:

Copyright © 2000, 2011, Oracle and/or its affiliates. All rights reserved.