Overture
Version 25
|
exception class for range errors More...
#include <kk_defines.hh>
Public Member Functions | |
RangeErr (std::string s="") | |
Public Member Functions inherited from KK::Err | |
Err () | |
default constructor, initializes the message to nothing | |
Err (std::string s) | |
provide a message to the error class | |
virtual | ~Err () throw () |
override default std::exception::~exception | |
virtual std::string | repr () const |
report the error string | |
Additional Inherited Members | |
Public Attributes inherited from KK::Err | |
std::string | msg |
direct access to the error string | |
exception class for range errors
|
inline |