#include <KeosException.h>
Inheritance diagram for Keos::CAssertException:

Public Member Functions | |
| CAssertException (const String &strFile, int nLine, const String &strMessage) | |
| Constructor. | |
Definition at line 89 of file KeosException.h.
| Keos::CAssertException::CAssertException | ( | const String & | strFile, | |
| int | nLine, | |||
| const String & | strMessage | |||
| ) |
Constructor.
| strFile | Name of the file having generated the exception. | |
| nLine | Line in the file. | |
| strMessage | Message of the exception. |
Definition at line 83 of file KeosException.cpp.
References Keos::CException::m_strMessage.
1.5.1-p1