X-1.1 Camiel Vanderhoeven 14-MAR-2007 File created.
Definition in file Exception.h.
Go to the source code of this file.
Defines | |
| #define | CInvalidArgumentException Poco::InvalidArgumentException |
| #define | CFileNotFoundException Poco::FileNotFoundException |
| #define | CTimeoutException Poco::TimeoutException |
| #define | CNotImplementedException Poco::NotImplementedException |
| #define | CIllegalStateException Poco::IllegalStateException |
| #define | CLogicException Poco::LogicException |
| #define | CRuntimeException Poco::RuntimeException |
| #define | COutOfMemoryException Poco::OutOfMemoryException |
Functions | |
| POCO_DECLARE_EXCEPTION (, CConfigurationException, Poco::Exception) | |
| POCO_DECLARE_EXCEPTION (, CThreadException, Poco::Exception) | |
| POCO_DECLARE_EXCEPTION (, CWin32Exception, Poco::Exception) | |
| POCO_DECLARE_EXCEPTION (, CSDLException, Poco::Exception) | |
| POCO_DECLARE_EXCEPTION (, CGracefulException, Poco::Exception) | |
| POCO_DECLARE_EXCEPTION (, CAbortException, Poco::Exception) | |
| #define CFileNotFoundException Poco::FileNotFoundException |
Definition at line 43 of file Exception.h.
| #define CIllegalStateException Poco::IllegalStateException |
Definition at line 46 of file Exception.h.
| #define CInvalidArgumentException Poco::InvalidArgumentException |
Definition at line 42 of file Exception.h.
| #define CLogicException Poco::LogicException |
| #define CNotImplementedException Poco::NotImplementedException |
Definition at line 45 of file Exception.h.
| #define COutOfMemoryException Poco::OutOfMemoryException |
Definition at line 49 of file Exception.h.
| #define CRuntimeException Poco::RuntimeException |
Definition at line 48 of file Exception.h.
| #define CTimeoutException Poco::TimeoutException |
Definition at line 44 of file Exception.h.
| POCO_DECLARE_EXCEPTION | ( | CAbortException | , | |
| Poco::Exception | ||||
| ) |
| POCO_DECLARE_EXCEPTION | ( | CGracefulException | , | |
| Poco::Exception | ||||
| ) |
| POCO_DECLARE_EXCEPTION | ( | CSDLException | , | |
| Poco::Exception | ||||
| ) |
| POCO_DECLARE_EXCEPTION | ( | CWin32Exception | , | |
| Poco::Exception | ||||
| ) |
| POCO_DECLARE_EXCEPTION | ( | CThreadException | , | |
| Poco::Exception | ||||
| ) |
| POCO_DECLARE_EXCEPTION | ( | CConfigurationException | , | |
| Poco::Exception | ||||
| ) |