Oracle Coherence for C++ API
Release 3.7.1.0
E22845-01
#include <coherence/lang/throwable_spec.hpp>
Inherits throwable_spec::hierarchy.
bridge joins two hierarchy types into a single type.
The intended usage is to merge support for std exceptions into the coherence exception hierarchy.
Public Member Functions |
|
| bridge (const View &vEx) | |
| Construct a bridge with a specific object. | |
| bridge (const bridge &that) | |
| Copy constructor. | |
| virtual | ~bridge () throw () |
| Destructor. | |
| virtual const char * | what () const throw () |
| Returns a C-style character string describing the general cause of the current error. | |
Copy constructor.
| that | The hierarchyBase to copy. |
| virtual const char* what | ( | ) | const throw () [inline, virtual] |
Returns a C-style character string describing the general cause of the current error.
Note: The memory for the returned array is managed by the referenced Exception and is only valid for the lifetime of the Exception.
The documentation for this class was generated from the following file: