|  | #include <error.hpp>
List of all members. 
 Detailed DescriptionAn implementation of a simple error.
this class is streamable and have two intersting function            const char* what () const throw ();
    const ::std::wstring & message () const throw ();
 
 
Definition at line 141 of file error.hpp. 
 Member Typedef Documentation
 
 
 
 Constructor & Destructor Documentation
 
  
    | 
        
          | XIMOL_ENCODERS_BEGIN_NAMESPACE error::error | ( |  | ) |  |  |  
 
 
  
    | 
        
          | error::error | ( | const error & | err | ) |  |  |  
 
  
    | 
        
          | error::~error | ( |  | ) | throw () |  |  
 
 
  
    | 
        
          | error::error | ( | const::std::wstring & | str | ) |  [explicit] |  |  
 
  
    | 
        
          | error::error | ( | const error & | err | ) |  |  |  
 
  
    | 
        
          | error::~error | ( |  | ) | throw () |  |  
 Member Function Documentation
 
 
  
    | 
        
          | const char * error::what | ( |  | ) | const  throw () |  |  
  
    |  | 
The most important function (return the error message). 
 
 
Definition at line 102 of file error.cpp.     |  The documentation for this class was generated from the following files:
 | 
 |