33 exceptionStr
(_exception.exceptionStr
) 40 exceptionStr
(_exceptionStr
) 47 exceptionStr
(_exceptionStr
) 53 const std::exception& _innerException
55 std::exception (_innerException),
58 exceptionStr << _exceptionStr << endl
59 << _innerException.what ();
65 const std::exception& _innerException
68 exceptionStr << _exceptionStr << endl
69 << _innerException.what ();
77 std::exception (_innerException),
78 exceptionStr
(_exceptionStr
) 86 std::exception (_innerException),
87 exceptionStr
(_exceptionStr
) 106 return exceptionStr
.Str ();
KKException(const char *_exceptionStr, const KKException &_innerException)
KKException(const KKStr &_exceptionStr, const KKException &_innerException)
virtual const char * what() const
KKException(const char *_exceptionStr, const std::exception &_innerException)
KKException(const KKStr &_exceptionStr, const std::exception &_innerException)
KKStr(const KKStr &str)
Copy Constructor.
KKException(const KKException &_exception)
static KKStr Concat(const std::vector< std::string > &values)
Concatenates the list of 'std::string' strings.
const char * Str() const
Returns a pointer to a ascii string.
KKException(const char *_exceptionStr)
KKException(const KKStr &_exceptionStr)
virtual const KKStr & ToString() const