Version: 8.3.0
MZCException Class Reference
Inheritance diagram for MZCException:
Inheritance graph

Public Member Functions

 MZCException (const std::string &s)
 
virtual const char * what () const throw ()
 
virtual ~MZCException () throw ()
 
 MZCException (const std::string &s)
 
virtual const char * what () const throw ()
 
virtual ~MZCException () throw ()
 

Private Attributes

std::string _reason
 

Constructor & Destructor Documentation

MZCException::MZCException ( const std::string &  s)
virtual MZCException::~MZCException ( ) throw ()
virtual
MZCException::MZCException ( const std::string &  s)
virtual MZCException::~MZCException ( ) throw ()
virtual

Member Function Documentation

virtual const char* MZCException::what ( ) const throw ()
virtual

References _reason.

virtual const char* MZCException::what ( ) const throw ()
virtual

References _reason.

Field Documentation

std::string MZCException::_reason
private