39 std::string m_errorMessage;
46 : m_errorMessage( message )
52 virtual std::string
ErrorMessage ()
const {
return m_errorMessage; }
55 DEFINE_PTR_TYPE( RuntimeException )
Base exception class.
Definition: Exception.h:17
Definition: Exception.h:11
virtual std::string ErrorMessage() const =0
Returns human readable exception message.
virtual std::string ErrorMessage() const
Returns human readable exception message.
Definition: Exception.h:52
Plik zawiera definicje podstawowych typów zmiennych.
Base Sleeping Wombat exception class containing string error message.
Definition: Exception.h:34