Oracle® Fusion Middleware C++ API Reference for Oracle Coherence
12c (12.1.3.0.0)

E47891-01

NoSuchMethodException Class Reference

#include <coherence/lang/NoSuchMethodException.hpp>

Inherits Exception.

List of all members.


Detailed Description

Thrown when a definition for a named Method could not be found.

Author:
mf 20011.02.25

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.

Constructor & Destructor Documentation

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

Create an NoSuchMethodException.

Parameters:
vsMsg the error description
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, 2014, Oracle and/or its affiliates. All rights reserved.