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

Base exception type for errors occurring in this library. More...

#include <EggException.hpp>

Inheritance diagram for EggException:
EggArgumentValueError EggFormatError EggInvalidCharacterError EggMemoryError EggOpenFileError EggRuntimeError EggUnalignedError

Public Member Functions

 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.
 

Protected Attributes

std::string message
 

Detailed Description

Base exception type for errors occurring in this library.


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