Oracle Coherence for C++ API
Release 3.7.1.0
E22845-01
#include <coherence/lang/RuntimeException.hpp>
Inherits Exception.
Inherited by PortableException, ArithmeticException, ClassCastException, IllegalArgumentException, IllegalStateException, IndexOutOfBoundsException, NoSuchElementException, NullPointerException, OutOfMemoryError, SecurityException, UnsupportedOperationException, and ConcurrentModificationException.
RuntimeException is the superclass for exceptions which are not normally handled by user code.
Public Types |
|
| typedef spec::Handle | Handle |
| RuntimeException Handle definition. | |
| typedef spec::View | View |
| RuntimeException View definition. | |
| typedef spec::Holder | Holder |
| RuntimeException Holder definition. | |
Protected Member Functions |
|
| RuntimeException (String::View vsMsg=String::null_string, Exception::View vCause=NULL) | |
| Create an RuntimeException. | |
| RuntimeException | ( | String::View | vsMsg = String::null_string, |
|
| Exception::View | vCause = NULL |
|||
| ) | [protected] |
Create an RuntimeException.
| vsMsg | the detail message | |
| vCause | the underlying cause of the exception |
The documentation for this class was generated from the following file: