CDPException Class
The CDPException is the base class for exceptions used in the CDP system. More...
Header: | #include <CDPException.h> |
Inherited By: |
Public Functions
CDPException(const char *formatString, ...) | |
CDPException(const CDPException &original) | |
CDPException(const std::string &message) | |
const char * | GetMessage() const |
void | SetMessage(const char *message) |
Detailed Description
The CDPException is the base class for exceptions used in the CDP system.
Inherit this class to provide more detailed information about special exceptions.
Member Function Documentation
CDPException::CDPException(const char *formatString, ...)
Constructs CDPException with printf() style formatString.
CDPException::CDPException(const CDPException &original)
Copy constructs a CDPException.
CDPException::CDPException(const std::string &message)
Constructs CDPException with given message.
const char *CDPException::GetMessage() const
Returns the message stored inside CDPException.
void CDPException::SetMessage(const char *message)
Changes the message stored inside CDPException.
Get started with CDP Studio today
Let us help you take your great ideas and turn them into the products your customer will love.