nux-0.9.46

nux::Exception Class Reference

#include <NuxCore/Exception.h>

Inheritance diagram for nux::Exception:
nux::BoundsException nux::DivisionByZeroException nux::InvalidIndexException nux::NotSupportedException

Public Member Functions

 Exception (std::string name) throw ()
virtual ~Exception () throw ()
virtual const char * what () const throw ()

Protected Attributes

std::string name_

Constructor & Destructor Documentation

nux::Exception::Exception ( std::string  name) throw () [inline]
virtual nux::Exception::~Exception ( ) throw () [inline, virtual]

Member Function Documentation

virtual const char* nux::Exception::what ( ) const throw () [inline, virtual]

References name_.


Field Documentation

std::string nux::Exception::name_ [protected]

Referenced by what().


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