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