34 #ifndef CARTOBASE_EXCEPTION_FORMAT_H
35 #define CARTOBASE_EXCEPTION_FORMAT_H
107 std::range_error( message ) {}
invalid_boolean(const std::string &message, bool)
invalid_boolean(const std::string &value)
invalid_integer(const std::string &value)
invalid_integer(const std::string &message, bool fullMessage)
invalid_number(const std::string &value)
invalid_number(const std::string &message, bool)
invalid_positive_integer(const std::string &message, bool fullMessage)
invalid_positive_integer(const std::string &value)
there's already a out_of_range class in <stdexcept> !
out_of_range_error(const std::string &value)
out_of_range_error(const std::string &message, bool)