Main Page | Modules | Class Hierarchy | Class List | Directories | File List | Class Members | File Members | Related Pages

XSECError.hpp File Reference

#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.


Define Documentation

#define XSECnew a,
 ) 
 

Value:

try {\
        if ((a = new b) == NULL) { \
            throw XSECException (XSECException::MemoryAllocationFail); \
        } \
    } \
    catch (...) { \
        throw XSECException (XSECException::MemoryAllocationFail); \
    }


Generated on Sun Jul 3 17:40:18 2005 for XML-Security-C by  doxygen 1.4.2