class CastException

The CastException occurs when we are unable to cast an ObjectRef. More...

Definition#include <data-flow/include/ObjectRef.h>
Template formCastException<template class T>
InheritsGenericCastException
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Protected Members


Detailed Description

The CastException occurs when we are unable to cast an ObjectRef.

 CastException (string _type) : type(_type)

The constructur that takes an error message

void  print (ostream &out = cerr)

[virtual]

The print method

Reimplemented from GenericCastException.

string type

[protected]

The error message