CMS 3D CMS Logo

Public Member Functions

evf::Exception Class Reference

#include <Exception.h>

List of all members.

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.