ADUL
Collection of reusable C++ utilities
|
#include <exception>
#include <string>
Go to the source code of this file.
Classes | |
class | adul::exceptions::Message |
modified std::exception class The only difference is that you define message by yourself when create an object More... | |
class | adul::exceptions::FailedXMLFile |
represents failure with working with XML file More... | |
class | adul::exceptions::FailedReadingXMLFile |
represents failure with reading from XML file More... | |
class | adul::exceptions::FailedWritingXMLFile |
represents failure with writing to XML file More... | |
Namespaces | |
namespace | adul::exceptions |
exceptions module | |
namespace | adul |
project api's namespace | |