DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
exceptions.hpp File Reference
#include "ers/Issue.hpp"
#include <errno.h>
#include <string>
Include dependency graph for exceptions.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define OKSSYSTEM_ALLOC_CHECK(p, size)
 

Functions

 ERS_DECLARE_ISSUE_BASE (OksSystem, NotFoundIssue, OksSystem::Exception, "Object \""<< name<< "\" not found", ERS_EMPTY,((const char *) name)) ERS_DECLARE_ISSUE_BASE(OksSystem
 

Variables

 PosixIssue
 

Macro Definition Documentation

◆ OKSSYSTEM_ALLOC_CHECK

#define OKSSYSTEM_ALLOC_CHECK ( p,
size )
Value:
{ if(0==p) throw OksSystem::AllocIssue( ERS_HERE, errno, size ); }
#define ERS_HERE

Function Documentation

◆ ERS_DECLARE_ISSUE_BASE()

ERS_DECLARE_ISSUE_BASE ( OksSystem ,
NotFoundIssue ,
OksSystem::Exception ,
"Object \""<< name<< "\" not found" ,
ERS_EMPTY ,
((const char *) name)  )

Variable Documentation

◆ PosixIssue

PosixIssue

Definition at line 30 of file exceptions.hpp.