#include "ers/Issue.hpp"
#include <errno.h>
#include <string>
Go to the source code of this file.
|
| ERS_DECLARE_ISSUE_BASE (OksSystem, NotFoundIssue, OksSystem::Exception, "Object \""<< name<< "\" not found", ERS_EMPTY,((const char *) name)) ERS_DECLARE_ISSUE_BASE(OksSystem |
|
◆ OKSSYSTEM_ALLOC_CHECK
#define OKSSYSTEM_ALLOC_CHECK |
( |
| p, |
|
|
| size ) |
Value:{
if(0==p)
throw OksSystem::AllocIssue(
ERS_HERE, errno, size ); }
◆ ERS_DECLARE_ISSUE_BASE()
ERS_DECLARE_ISSUE_BASE |
( |
OksSystem | , |
|
|
NotFoundIssue | , |
|
|
OksSystem::Exception | , |
|
|
"Object \""<< name<< "\" not found" | , |
|
|
ERS_EMPTY | , |
|
|
((const char *) name) | ) |
◆ PosixIssue