Sirikata
Public Member Functions | Private Attributes
Sirikata::FactoryMissingConstructorException Class Reference

#include <Factory.hpp>

Inheritance diagram for Sirikata::FactoryMissingConstructorException:
Collaboration diagram for Sirikata::FactoryMissingConstructorException:

List of all members.

Public Member Functions

 FactoryMissingConstructorException (const String &_name)
 FactoryMissingConstructorException (const FactoryMissingConstructorException &rhs)
virtual ~FactoryMissingConstructorException () throw ()
char const * what () const throw ()

Private Attributes

const String name
String * what_msg

Constructor & Destructor Documentation

Sirikata::FactoryMissingConstructorException::FactoryMissingConstructorException ( const String &  _name) [inline]
Sirikata::FactoryMissingConstructorException::FactoryMissingConstructorException ( const FactoryMissingConstructorException rhs) [inline]
virtual Sirikata::FactoryMissingConstructorException::~FactoryMissingConstructorException ( ) throw () [inline, virtual]

References what_msg.


Member Function Documentation

char const* Sirikata::FactoryMissingConstructorException::what ( ) const throw () [inline]

References name, and what_msg.


Member Data Documentation

Referenced by what().


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