#include <ustl.h>
Inheritance diagram for ustl::file_exception:
Public Member Functions | |
file_exception (const char *operation, const char *filename) throw () | |
Initializes the empty object. operation is the function that returned the error code. | |
virtual const char * | what (void) const throw () |
Returns the name of the libc_exception. | |
virtual void | info (string &msgbuf, const char *fmt=NULL) const throw () |
Returns a descriptive error message. fmt="%s s: s (d)". | |
virtual void | read (istream &is) |
Reads the exception from stream is . | |
virtual void | write (ostream &os) const |
Writes the exception into stream os . | |
virtual size_t | stream_size (void) const |
Returns the size of the written exception. | |
Protected Attributes | |
char | m_Filename [PATH_MAX] |
Name of the file causing the error. |
Contains the file name. This is a uSTL extension.