|
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members File Members
PmtError Class ReferenceThis class is an EkError which has a component ID of PMT and allows you to set a message SPmtString at construction.
More...
#include <PmtError.h>
Inheritance diagram for PmtError: [legend]Collaboration diagram for PmtError:[legend]List of all members.
Public Methods |
| PmtError (int errcode, const char *msg, const char *filename, int line) |
| Constructor. More...
|
| PmtError (int errorcode, const SPmtString &msg, const char *filename, int line) |
| Constructor - Receives the message SPmtString as a standard SPmtString object (which is not optional). More...
|
Detailed Description
This class is an EkError which has a component ID of PMT and allows you to set a message SPmtString at construction.
Constructor & Destructor Documentation
PmtError::PmtError |
( |
int |
errcode, |
|
|
const char * |
msg, |
|
|
const char * |
filename, |
|
|
int |
line |
|
) |
|
|
|
Constructor.
Creates an error with the PMT component ID, the specified error code, and optionally a descriptive message, file name, and line number. The last two arguments can be supplied using the WHERE macro defined in EkError.h, as in PmtError err(10, "Error 10 Occurred", WHERE) |
PmtError::PmtError |
( |
int |
errorcode, |
|
|
const SPmtString & |
msg, |
|
|
const char * |
filename, |
|
|
int |
line |
|
) |
|
|
|
Constructor - Receives the message SPmtString as a standard SPmtString object (which is not optional).
|
The documentation for this class was generated from the following files:
|