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