CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions
xmas2dqm::wse::exception::Exception Class Reference

#include <Exception.h>

Inheritance diagram for xmas2dqm::wse::exception::Exception:

Public Member Functions

 Exception (std::string name, std::string message, std::string module, int line, std::string function)
 
 Exception (std::string name, std::string message, std::string module, int line, std::string function, xcept::Exception &e)
 

Detailed Description

Definition at line 22 of file Exception.h.

Constructor & Destructor Documentation

xmas2dqm::wse::exception::Exception::Exception ( std::string  name,
std::string  message,
std::string  module,
int  line,
std::string  function 
)
inline

Definition at line 25 of file Exception.h.

xmas2dqm::wse::exception::Exception::Exception ( std::string  name,
std::string  message,
std::string  module,
int  line,
std::string  function,
xcept::Exception &  e 
)
inline