Egglib 2.1.11
C++ library reference manual
Public Member Functions | List of all members
EggRuntimeError Class Reference

Exception type for runtime errors. More...

#include <EggException.hpp>

Inheritance diagram for EggRuntimeError:
EggException

Public Member Functions

 EggRuntimeError (const char *m)
 Creates the exception.
 
 ~EggRuntimeError () throw ()
 Destructor.
 
- Public Member Functions inherited from EggException
 EggException ()
 Constructor with empty error message.
 
 EggException (const char *message)
 Creates the exception.
 
 ~EggException () throw ()
 Destructor.
 
virtual const char * what () const throw ()
 Gets error message.
 

Additional Inherited Members

- Protected Attributes inherited from EggException
std::string message
 

Detailed Description

Exception type for runtime errors.

Runtime error definition is rather large. Includes bugs as well as logical errors.


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

Hosted by 
Get EggLib at SourceForge.net. Fast, secure and Free Open Source software downloads