#include <SCVPException.h>


TSP-enforcing: No
Definition at line 22 of file SCVPException.h.
Public Member Functions | |
| CPKIFSCVPException (int subComponentID, int errorCode) | |
| CPKIFSCVPException (int subComponentID, int errorCode, char *fileName, int lineNumber) | |
| CPKIFSCVPException (int subComponentID, int errorCode, const char *errorDescription) | |
| CPKIFSCVPException (int subComponentID, int errorCode, const char *errorDescription, char *fileName, int lineNumber) | |
| virtual | ~CPKIFSCVPException (void) STDLIB_SUPER_THROW |
| CPKIFSCVPException::CPKIFSCVPException | ( | int | subComponentID, | |
| int | errorCode | |||
| ) |
Interface: External
This constructor provides means of creating exception object containing exception-related information
| subComponentID | [in] Integer identifying the subcomponent that generated the exception |
| errorCode | [in] Integer identifying the error condition that resulted in the exception |
Definition at line 22 of file SCVPException.cpp.
| CPKIFSCVPException::CPKIFSCVPException | ( | int | subComponentID, | |
| int | errorCode, | |||
| char * | fileName, | |||
| int | lineNumber | |||
| ) |
Interface: External
This constructor provides means of creating exception object containing exception-related information
| subComponentID | [in] Integer identifying the subcomponent that generated the exception |
| errorCode | [in] Integer identifying the error condition that resulted in the exception |
| fileName | [in] Pointer to a NULL terminated string identifying the source file from which the exception was thrown |
| lineNumber | [in] Integer indicating the line number of the source file identified by the fileName parameter from which the exception was |
Definition at line 37 of file SCVPException.cpp.
| CPKIFSCVPException::CPKIFSCVPException | ( | int | subComponentID, | |
| int | errorCode, | |||
| const char * | errorDescription | |||
| ) |
Interface: External
This constructor provides means of creating exception object containing exception-related information
| subComponentID | [in] Integer identifying the subcomponent that generated the exception |
| errorCode | [in] Integer identifying the error condition that resulted in the exception |
| errorDescription | [in] Pointer to a NULL terminated string containing a free form textual description of the error condition that resulted in the |
Definition at line 57 of file SCVPException.cpp.
| CPKIFSCVPException::CPKIFSCVPException | ( | int | subComponentID, | |
| int | errorCode, | |||
| const char * | errorDescription, | |||
| char * | fileName, | |||
| int | lineNumber | |||
| ) |
Interface: External
This constructor provides means of creating exception object containing exception-related information
| subComponentID | [in] Integer identifying the subcomponent that generated the exception |
| errorCode | [in] Integer identifying the error condition that resulted in the exception |
| errorDescription | [in] Pointer to a NULL terminated string containing a free form textual description of the error condition that resulted in the |
| fileName | [in] Pointer to a NULL terminated string identifying the source file from which the exception was thrown |
| lineNumber | [in] Integer indicating the line number of the source file identified by the fileName parameter from which the exception was |
Definition at line 75 of file SCVPException.cpp.
| CPKIFSCVPException::~CPKIFSCVPException | ( | void | ) | [virtual] |
Interface: External
This function destroys CPKIFSCVPException objects
Definition at line 97 of file SCVPException.cpp.
1.5.6