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

Exception type for file/string formatting errors. More...

#include <EggException.hpp>

Inheritance diagram for EggFormatError:
EggException

Public Member Functions

 EggFormatError (const char *fileName, const char *expectedFormat, const char *m)
 Creates the exception.
 
 ~EggFormatError () throw ()
 Destructor.
 
std::string fileName () const
 Gets the file name.
 
std::string expectedFormat () const
 Gets the expected format.
 
virtual const char * what_more () const
 Formats a longer string.
 
- 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.
 

Protected Attributes

std::string fname
 
std::string eformat
 
- Protected Attributes inherited from EggException
std::string message
 

Detailed Description

Exception type for file/string formatting 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