CMS 3D CMS Logo

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

#include <Exception.h>

Inheritance diagram for evf::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 8 of file Exception.h.

Constructor & Destructor Documentation

evf::Exception::Exception ( std::string  name,
std::string  message,
std::string  module,
int  line,
std::string  function 
)
inline

Definition at line 11 of file Exception.h.

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

Definition at line 16 of file Exception.h.