#include <jem/base/CancelledException.h>
jem::CancelledException::CancelledException |
( |
const String & |
where = "" , |
|
|
const String & |
what = "thread cancelled" |
|
) |
| |
|
explicit |
virtual String jem::CancelledException::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::Throwable.
Reimplemented in jem::io::CancelledIOException, and jem::mp::AbortException.