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

Public Member Functions | |
| CUnsupported (const String &strFeature, const String &strSource) | |
| Constructor. | |
Definition at line 173 of file KeosException.h.
Constructor.
| strFeature | Unsupported feature name. | |
| strSource | Class and function where the exception occured. |
Definition at line 188 of file KeosException.cpp.
References Keos::CException::m_strMessage, and Keos::CException::m_strShortMessage.
1.5.1-p1