Source-highlight Library
srchilite::IOException Struct Reference

Exception representing an error in an input/output operation. More...

#include <ioexception.h>

Inheritance diagram for srchilite::IOException:
Collaboration diagram for srchilite::IOException:

Public Member Functions

 IOException (const std::string &_message, const std::string &_filename)
 
virtual const char * what () const throw ()
 

Public Attributes

std::string message
 detailed message for this exception
 
std::string filename
 filename of the element that caused this exception
 

Detailed Description

Exception representing an error in an input/output operation.


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