| VRS - The Virtual Rendering System |
| version 3.3 |
#include <vrs/io/ioerror.h>
Public Member Functions | |
| IOError (const std::string &what, const std::string &filename) | |
| virtual | ~IOError () throw () |
| const std::string & | filename () const |
| virtual const char * | what () const throw () |
| VRS::IOError::IOError | ( | const std::string & | what, | |
| const std::string & | filename | |||
| ) | [inline] |
| virtual VRS::IOError::~IOError | ( | ) | throw () [inline, virtual] |
| const std::string& VRS::IOError::filename | ( | ) | const [inline] |
| virtual const char* VRS::IOError::what | ( | ) | const throw () [inline, virtual] |