#include <ustl.h>
Inheritance diagram for ustl::runtime_error:
Public Member Functions | |
runtime_error (const string &arg) throw () | |
arg contains a description of the error. | |
virtual const char * | what (void) const throw () |
Returns the name of the exception. | |
virtual void | info (string &msgbuf, const char *fmt=NULL) const throw () |
Returns a descriptive error message. fmt="%s: s". | |
virtual void | read (istream &is) |
Reads the exception from stream is . | |
virtual void | write (ostream &os) const |
Writes the exception into stream os as an IFF chunk. | |
virtual size_t | stream_size (void) const |
Returns the size of the written exception. | |
Protected Attributes | |
string | m_Arg |