Oracle Coherence for C++ API
Release 3.7.1.0
E22845-01
#include <coherence/lang/NoSuchMethodException.hpp>
Inherits Exception.
Thrown when a definition for a named Method could be found.
Public Types |
|
| typedef spec::Handle | Handle |
| NoSuchMethodException Handle definition. | |
| typedef spec::View | View |
| NoSuchMethodException View definition. | |
| typedef spec::Holder | Holder |
| NoSuchMethodException Holder definition. | |
Protected Member Functions |
|
| NoSuchMethodException (String::View vsMsg=String::null_string, Exception::View vCause=NULL) | |
| Create an NoSuchMethodException. | |
| NoSuchMethodException | ( | String::View | vsMsg = String::null_string, |
|
| Exception::View | vCause = NULL |
|||
| ) | [protected] |
Create an NoSuchMethodException.
| vsMsg | the error description | |
| vCause | the underlying cause of the exception; can be NULL |
The documentation for this class was generated from the following file: