![]() |
Vault
4.1
|
VUnimplementedException is a VException that indicates that a feature in the code is not yet implemented. More...
#include <vexception.h>
Public Member Functions | |
VUnimplementedException (const char *errorMessage, bool recordStackTrace=true) | |
Constructs the exception with an error message. | |
VUnimplementedException (const VString &errorString, bool recordStackTrace=true) | |
Constructs the exception with default error code and VString message. | |
virtual | ~VUnimplementedException () throw () |
Destructor. |
VUnimplementedException is a VException that indicates that a feature in the code is not yet implemented.
Hopefully this is simply a work-in-progress.
Definition at line 441 of file vexception.h.
VUnimplementedException::VUnimplementedException | ( | const char * | errorMessage, |
bool | recordStackTrace = true |
||
) | [inline] |
Constructs the exception with an error message.
errorMessage | the message |
recordStackTrace | if true, will attempt to collect stack trace into mCallStack |
Definition at line 449 of file vexception.h.
VUnimplementedException::VUnimplementedException | ( | const VString & | errorString, |
bool | recordStackTrace = true |
||
) | [inline] |
Constructs the exception with default error code and VString message.
errorString | the error message |
recordStackTrace | if true, will attempt to collect stack trace into mCallStack |
Definition at line 455 of file vexception.h.