X-1.1 Camiel Vanderhoeven 14-MAR-2007 File created.
Definition in file Exception.cpp.
#include "StdAfx.h"
Go to the source code of this file.
Functions | |
| POCO_IMPLEMENT_EXCEPTION (CConfigurationException, Poco::Exception,"Configuration error") | |
| POCO_IMPLEMENT_EXCEPTION (CThreadException, Poco::Exception,"Threading error") | |
| POCO_IMPLEMENT_EXCEPTION (CWin32Exception, Poco::Exception,"Win32 error") | |
| POCO_IMPLEMENT_EXCEPTION (CSDLException, Poco::Exception,"SDL error") | |
| POCO_IMPLEMENT_EXCEPTION (CGracefulException, Poco::Exception,"Graceful exit") | |
| POCO_IMPLEMENT_EXCEPTION (CAbortException, Poco::Exception,"Abort requested") | |
| POCO_IMPLEMENT_EXCEPTION | ( | CAbortException | , | |
| Poco::Exception | , | |||
| "Abort requested" | ||||
| ) |
| POCO_IMPLEMENT_EXCEPTION | ( | CGracefulException | , | |
| Poco::Exception | , | |||
| "Graceful exit" | ||||
| ) |
| POCO_IMPLEMENT_EXCEPTION | ( | CSDLException | , | |
| Poco::Exception | , | |||
| "SDL error" | ||||
| ) |
| POCO_IMPLEMENT_EXCEPTION | ( | CWin32Exception | , | |
| Poco::Exception | , | |||
| "Win32 error" | ||||
| ) |
| POCO_IMPLEMENT_EXCEPTION | ( | CThreadException | , | |
| Poco::Exception | , | |||
| "Threading error" | ||||
| ) |
| POCO_IMPLEMENT_EXCEPTION | ( | CConfigurationException | , | |
| Poco::Exception | , | |||
| "Configuration error" | ||||
| ) |