mesh_conv::exception::MC_exception Class Reference

base class for dealing with exceptions More...

#include <MC_exception.hpp>

Inheritance diagram for mesh_conv::exception::MC_exception:
Inheritance graph
[legend]
Collaboration diagram for mesh_conv::exception::MC_exception:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 MC_exception (const std::string &_message)
const std::string & info () const

Private Attributes

std::string message

Detailed Description

base class for dealing with exceptions

Definition at line 12 of file MC_exception.hpp.


Constructor & Destructor Documentation

mesh_conv::exception::MC_exception::MC_exception ( const std::string &  _message  )  [inline]

Definition at line 16 of file MC_exception.hpp.

00016 :message(_message){}


Member Function Documentation

const std::string& mesh_conv::exception::MC_exception::info (  )  const [inline]

Definition at line 17 of file MC_exception.hpp.

References message.

00017 {return message;}


Member Data Documentation

Definition at line 20 of file MC_exception.hpp.

Referenced by info().


The documentation for this class was generated from the following file:

Generated on Sun Apr 18 20:24:48 2010 by  doxygen 1.6.1