#include <vhdClassCastException.h>
Inheritance diagram for vhdClassCastException:
Public Member Functions | |
vhdClassCastException () | |
vhdClassCastException (const std::string &msg) | |
vhdClassCastException (const std::string &srcStr, const std::string &msg) | |
vhdClassCastException (const void *srcObj, const std::string &msg) | |
virtual | ~vhdClassCastException () |
vhdClassCastException::vhdClassCastException | ( | ) | [inline] |
vhdClassCastException::vhdClassCastException | ( | const std::string & | msg | ) | [inline] |
vhdClassCastException::vhdClassCastException | ( | const std::string & | srcStr, | |
const std::string & | msg | |||
) | [inline] |
vhdClassCastException::vhdClassCastException | ( | const void * | srcObj, | |
const std::string & | msg | |||
) | [inline] |
virtual vhdClassCastException::~vhdClassCastException | ( | ) | [inline, virtual] |