class VThreadInitException : public VThreadException

class that defines an exception upon initialization of a thread.

Inheritance:


Public Methods

string getName( void )
get the name of the exception
VThreadInitException( const string& msg, const string& file, const int line, const int error = 0 )
constructor

Inherited from VThreadException:


Inherited from VException:

Public Methods

string getDescription()
int getError()
VEnvVar(const mstring& variable, const mstring& defvalue)
VEnvVar(const mstring& variable)

Protected Fields

int errorCode
string fileName
int lineNumber
string message

Protected Methods

void log()

Documentation

class that defines an exception upon initialization of a thread.
VThreadInitException( const string& msg, const string& file, const int line, const int error = 0 )
constructor

string getName( void )
get the name of the exception


This class has no child classes.

alphabetic index hierarchy of classes


generated by doc++