23 #ifndef __ccxx_InvalidArgumentException_hxx 24 #define __ccxx_InvalidArgumentException_hxx 46 inline virtual void write(std::ostream& stream)
const 47 { _write(stream,
"InvalidArgumentException"); }
52 #endif // __ccxx_InvalidArgumentException_hxx
virtual void write(std::ostream &stream) const
Write a textual representation of the exception to a stream.
Definition: InvalidArgumentException.h++:46
static const String empty
The empty string.
Definition: String.h++:1134
An exception indicating that an invalid argument was passed to a function.
Definition: InvalidArgumentException.h++:37
#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