#include <coherence/lang/UnsupportedOperationException.hpp>
Inherits RuntimeException.
Public Types |
|
| typedef spec::Handle | Handle |
| UnsupportedOperationException Handle definition. |
|
| typedef spec::View | View |
| UnsupportedOperationException View definition. |
|
| typedef spec::Holder | Holder |
| UnsupportedOperationException Holder definition. |
|
Protected Member Functions |
|
| UnsupportedOperationException (String::View vsMsg=String::NULL_STRING, Exception::View vCause=NULL) | |
| Create an UnsupportedOperationException. |
|
| UnsupportedOperationException | ( | String::View | vsMsg = String::NULL_STRING, |
|
| Exception::View | vCause = NULL |
|||
| ) | [protected] |
Create an UnsupportedOperationException.
| vsMsg | the detail message | |
| vCause | the underlying cause of the exception |