#include <Exception.h>
Public Member Functions | |
Exception () | |
Exception (const std::string &what) | |
Exception (const std::string &what, const std::string &fileName, int lineNum) | |
Exception (const Exception &other) | |
virtual | ~Exception () throw () |
virtual const char * | what () const throw () |
virtual const char * | fileName () const throw () |
virtual int | lineNum () const throw () |
tecplot::toolbox::Exception::Exception | ( | ) |
tecplot::toolbox::Exception::Exception | ( | const std::string & | what | ) |
tecplot::toolbox::Exception::Exception | ( | const std::string & | what, | |
const std::string & | fileName, | |||
int | lineNum | |||
) |
tecplot::toolbox::Exception::Exception | ( | const Exception & | other | ) |
virtual tecplot::toolbox::Exception::~Exception | ( | ) | throw () [virtual] |
virtual const char* tecplot::toolbox::Exception::what | ( | ) | const throw () [virtual] |
virtual const char* tecplot::toolbox::Exception::fileName | ( | ) | const throw () [virtual] |
virtual int tecplot::toolbox::Exception::lineNum | ( | ) | const throw () [virtual] |