23 #ifndef __ccxx_InterruptedException_hxx 24 #define __ccxx_InterruptedException_hxx 43 inline virtual void write(std::ostream& stream)
const 44 { _write(stream,
"InterruptedException"); }
49 #endif // __ccxx_InterruptedException_hxx An exception indicating that a blocking operation was interrupted.
Definition: InterruptedException.h++:36
static const String empty
The empty string.
Definition: String.h++:1134
virtual void write(std::ostream &stream) const
Write a textual representation of the exception to a stream.
Definition: InterruptedException.h++:43
#define COMMONCPP_API
Definition: Common.h++:126
A flexible, reference counted, copy-on-write, thread-safe, nullable string.
Definition: String.h++:50
Definition: AllocationMap.c++:25
A general-purpose exception.
Definition: Exception.h++:39