CppCommon
1.0.4.1
C++ Common Library
|
Exceptions definition. More...
#include "errors/system_error.h"
#include "system/source_location.h"
#include <exception>
#include <string>
#include <utility>
#include "exceptions.inl"
Go to the source code of this file.
Classes | |
class | CppCommon::Exception |
Exception. More... | |
class | CppCommon::ArgumentException |
Argument exception. More... | |
class | CppCommon::DomainException |
Domain exception. More... | |
class | CppCommon::RuntimeException |
Runtime exception. More... | |
class | CppCommon::SecurityException |
Security exception. More... | |
class | CppCommon::SystemException |
System exception. More... | |
Namespaces | |
CppCommon | |
C++ Common project definitions. | |
Macros | |
#define | throwex throw __LOCATION__ + |
Throw extended exception macro. More... | |
#define throwex throw __LOCATION__ + |
Throw extended exception macro.
Throw extended exception with the current location.
Definition at line 23 of file exceptions.h.