Vault  4.1
Public Member Functions
VUnimplementedException Class Reference

VUnimplementedException is a VException that indicates that a feature in the code is not yet implemented. More...

#include <vexception.h>

Inheritance diagram for VUnimplementedException:
VException

List of all members.

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.

Detailed Description

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.


Constructor & Destructor Documentation

VUnimplementedException::VUnimplementedException ( const char *  errorMessage,
bool  recordStackTrace = true 
) [inline]

Constructs the exception with an error message.

Parameters:
errorMessagethe message
recordStackTraceif 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.

Parameters:
errorStringthe error message
recordStackTraceif true, will attempt to collect stack trace into mCallStack

Definition at line 455 of file vexception.h.


The documentation for this class was generated from the following file:

Copyright ©1997-2014 Trygve Isaacson. All rights reserved. This documentation was generated with Doxygen.