#include <jem/io/CancelledIOException.h>
jem::io::CancelledIOException::CancelledIOException |
( |
const String & |
where = "" , |
|
|
const String & |
what = "I/O operation cancelled" |
|
) |
| |
|
explicit |
jem::io::CancelledIOException::CancelledIOException |
( |
idx_t |
n, |
|
|
const String & |
where = "" , |
|
|
const String & |
what = "" |
|
) |
| |
|
explicit |
jem::io::CancelledIOException::CancelledIOException |
( |
const Self & |
rhs | ) |
|
virtual String jem::io::CancelledIOException::name |
( |
| ) |
const |
|
virtual |
Returns the full class name – including namespaces – of this Throwable
instance. This function should be overriden by derived classes. For instance, a class named flip::FlopException
should return the string "flip::FlopException"
.
- Returns
- A string describing the class name of this object.
Reimplemented from jem::CancelledException.
const idx_t jem::io::CancelledIOException::bytesTransferred |