SourceForge.net Logo
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Examples

XQException.hpp File Reference

#include <xqilla/framework/XQillaExport.hpp>
#include <xqilla/utils/XStr.hpp>

Include dependency graph for XQException.hpp:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Classes

class  XQException

Defines

#define XQThrow(type, function, reason)   throw type(function, reason, this, __FILE__, __LINE__)
#define XQThrow2(type, function, reason)   throw type(function, reason, 0, __FILE__, __LINE__)
#define XQThrow3(type, function, reason, location)   throw type(function, reason, location, __FILE__, __LINE__)
#define XQSimpleThrow(reason, xqfile, xqline, xqcolumn)   throw XQException(reason, xqfile, xqline, (unsigned int)xqcolumn, __FILE__, __LINE__)


Define Documentation

#define XQSimpleThrow reason,
xqfile,
xqline,
xqcolumn   )     throw XQException(reason, xqfile, xqline, (unsigned int)xqcolumn, __FILE__, __LINE__)
 

#define XQThrow type,
function,
reason   )     throw type(function, reason, this, __FILE__, __LINE__)
 

#define XQThrow2 type,
function,
reason   )     throw type(function, reason, 0, __FILE__, __LINE__)
 

#define XQThrow3 type,
function,
reason,
location   )     throw type(function, reason, location, __FILE__, __LINE__)
 


Generated on Fri Sep 25 06:55:37 2009 for XQilla Simple API by  doxygen 1.3.9.1