#include <xsec/framework/XSECDefs.hpp>
#include <xsec/framework/XSECException.hpp>
Include dependency graph for XSECError.hpp:
Go to the source code of this file.
Defines | |
#define | XSECnew(a, b) |
Variables | |
const char * | XSECExceptionStrings [] |
Error strings. |
|
Value: try {\ if ((a = new b) == NULL) { \ throw XSECException (XSECException::MemoryAllocationFail); \ } \ } \ catch (...) { \ throw XSECException (XSECException::MemoryAllocationFail); \ } |