![]() |
The Simons
|
#include <ReadFailure.h>
Inheritance diagram for ReadFailure:
Public Member Functions | |
ReadFailure () | |
Construct a default ReadFailure. | |
virtual | ~ReadFailure () |
Release an ReadFailure. | |
ReadFailure (StreamID, StringID, ObjectID) | |
Construct an ReadFailure exception. | |
virtual ObjectID | clone () const |
Clone a shallow copy of this ReadFailure. | |
Protected Member Functions | |
ReadFailure (const ReadFailure &) | |
Copy another ReadFailure. |
|
Copy another ReadFailure. Required by C++ to ensure that copying an ReadFailure faithfully copies a DataError.
|
|
Construct a default ReadFailure.
|
|
Release an ReadFailure.
|
|
Construct an ReadFailure exception. Raised when an attempt is made to read a datum from a Stream. Records the datum (which may be a blank instance) and the name of the read-method which failed.
|
|
Clone a shallow copy of this ReadFailure.
Reimplemented from Exception. |