class VThreadException : public VException

VThread base exception class

Inheritance:


Protected Methods

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

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

VThread base exception class
VThreadException( const string& msg, const string& file, const int line, const int error = 0 )
constructor

virtual string getName( void )
get the exception name


Direct child classes:
VThreadInitException
VThreadExceptionInvalidPriority
VThreadExceptionInvalidAttributes

alphabetic index hierarchy of classes


generated by doc++