23 #ifndef __ccxx_UnsupportedOperationException_hxx 24 #define __ccxx_UnsupportedOperationException_hxx 46 inline virtual void write(std::ostream& stream)
const 47 { _write(stream,
"UnsupportedOperationException"); }
52 #endif // __ccxx_UnsupportedOperationException_hxx
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: UnsupportedOperationException.h++:46
An exception indicating that an attempted operation is not supported.
Definition: UnsupportedOperationException.h++:36
#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