5#ifndef TILEID_EXCEPTION_H
6#define TILEID_EXCEPTION_H
61 operator std::string()
const;
TileID_Exception(const std::string &l_message, int l_code)
constructor to be used
void code(int l_code)
set error code number
const std::string & message() const
return error message
std::string m_message
error message
TileID_Exception()
default constructor
void message(const std::string &l_message)
set error message
int code() const
return error code