{
}
+sg_io_exception::sg_io_exception (const string& message,
+ const sg_location &location,
+ const string& origin)
+ : sg_exception(message, origin),
+ _location(location)
+{
+}
+
sg_io_exception::~sg_io_exception () throw ()
{
}
sg_io_exception (const char* message, const sg_location &location,
const char* origin = 0);
sg_io_exception (const std::string &message, const std::string &origin = "");
+ sg_io_exception (const std::string &message, const sg_location &location,
+ const std::string &origin = "");
+
virtual ~sg_io_exception () throw ();
virtual const std::string getFormattedMessage () const;
virtual const sg_location &getLocation () const;