#include <coherence/lang/NoSuchMethodException.hpp>
Inherits Exception.
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 |