|
The Simons
|
#include <WriteFailure.h>
Inheritance diagram for WriteFailure:

Public Member Functions | |
| WriteFailure () | |
| Construct a default WriteFailure. | |
| virtual | ~WriteFailure () |
| Release an WriteFailure. | |
| WriteFailure (StreamID, StringID, ObjectID) | |
| Construct an WriteFailure exception. | |
| virtual ObjectID | clone () const |
| Clone a shallow copy of this WriteFailure. | |
Protected Member Functions | |
| WriteFailure (const WriteFailure &) | |
| Copy another WriteFailure. | |
|
|
Copy another WriteFailure. Required by C++ to ensure that copying an WriteFailure faithfully copies a DataError.
|
|
|
Construct a default WriteFailure.
|
|
|
Release an WriteFailure.
|
|
||||||||||||||||
|
Construct an WriteFailure exception. Raised when an attempt is made to write a datum to a Stream. Records the datum (which may be a blank instance) and the name of the write-method which failed.
|
|
|
Clone a shallow copy of this WriteFailure.
Reimplemented from Exception. |
1.3