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