Inheritance diagram for mini3d::exception:
Public Member Functions | |
exception () throw () | |
Default constructor. | |
exception (const std::string& discription) throw () | |
A constructor with the discription. | |
exception (const exception& src) throw () | |
Copy constructor. | |
virtual | ~exception () throw () |
Default destructor. | |
exception& | operator= (const exception& src) throw () |
Assignment operator. | |
virtual std::string | what () const throw () |
Get the descripton of the exception. | |
Protected Attributes | |
std::string | _discription |
|
Default constructor.
|
|
A constructor with the discription.
|
|
Copy constructor.
|
|
Default destructor.
|
|
Assignment operator.
|
|
Get the descripton of the exception.
|
|
|