Oracle Coherence for C++ API
Release 3.7.1.0
E22845-01
#include <coherence/lang/ClassNotFoundException.hpp>
Inherits Exception.
Thrown when a definition for a named Class could be found.
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. | |
| ClassNotFoundException | ( | String::View | vsName = String::null_string, |
|
| Exception::View | vCause = NULL |
|||
| ) | [protected] |
Create an ClassNotFoundException.
| vsName | the name of the Class that could not be located | |
| vCause | the underlying cause of the exception; can be NULL |
The documentation for this class was generated from the following file: