#include <Exception.H>
Public Member Functions | |
Exception (const char *nm) throw () | |
Exception (const Exception &ex) throw () | |
For suppressing copy construction of ostringstream. | |
virtual | ~Exception () throw () |
virtual const char * | what () const throw () |
Ogg::Exception::Exception | ( | const char * | nm | ) | throw () |
Ogg::Exception::Exception | ( | const Exception & | ex | ) | throw () [inline] |
For suppressing copy construction of ostringstream.
virtual Ogg::Exception::~Exception | ( | ) | throw () [inline, virtual] |
virtual const char* Ogg::Exception::what | ( | ) | const throw () [inline, virtual] |