XLKit  0.1.0
 All Classes Files Functions Typedefs Macros Groups
xlException.hpp File Reference

Provides XLKIT_THROW() macro and xlException class. More...

#include <xlkit/xldebug.hpp>
#include <xlkit/xlversion.hpp>
#include <stdexcept>
#include <string>

Go to the source code of this file.

Classes

class  xlkit::XLKIT_VERSION_NAME::xlException
 A std::runtime_error subclass for exceptions thrown by the libary, via XLKIT_THROW() More...
 

Macros

#define XLKIT_THROW(MSG)
 Throws an xlException with the given string literal. More...
 

Detailed Description

Provides XLKIT_THROW() macro and xlException class.

Macro Definition Documentation

#define XLKIT_THROW (   MSG)
Value:
throw xlkit::xlException( \
xlkit::detail::debugMsgS(__FILE__,__LINE__,__FUNCTION__,MSG)) \

Throws an xlException with the given string literal.

Examples:
xlkitExample.cpp.