1 #ifndef OSMIUM_AREA_PROBLEM_REPORTER_EXCEPTION_HPP 2 #define OSMIUM_AREA_PROBLEM_REPORTER_EXCEPTION_HPP 65 throw std::runtime_error(m_sstream.str());
71 throw std::runtime_error(m_sstream.str());
78 throw std::runtime_error(m_sstream.str());
84 throw std::runtime_error(m_sstream.str());
90 throw std::runtime_error(m_sstream.str());
96 throw std::runtime_error(m_sstream.str());
102 throw std::runtime_error(m_sstream.str());
108 throw std::runtime_error(m_sstream.str());
114 throw std::runtime_error(m_sstream.str());
123 #endif // OSMIUM_AREA_PROBLEM_REPORTER_EXCEPTION_HPP void report_intersection(osmium::object_id_type way1_id, osmium::Location way1_seg_start, osmium::Location way1_seg_end, osmium::object_id_type way2_id, osmium::Location way2_seg_start, osmium::Location way2_seg_end, osmium::Location intersection) override
Definition: problem_reporter_exception.hpp:74
void report_way_in_multiple_rings(const osmium::Way &way) override
Definition: problem_reporter_stream.hpp:107
void report_role_should_be_inner(osmium::object_id_type way_id, osmium::Location seg_start, osmium::Location seg_end) override
Definition: problem_reporter_exception.hpp:99
void report_role_should_be_outer(osmium::object_id_type way_id, osmium::Location seg_start, osmium::Location seg_end) override
Definition: problem_reporter_exception.hpp:93
~ProblemReporterException() override=default
Definition: entity_bits.hpp:70
void report_way_in_multiple_rings(const osmium::Way &way) override
Definition: problem_reporter_exception.hpp:105
Definition: problem_reporter_stream.hpp:49
std::stringstream m_sstream
Definition: problem_reporter_exception.hpp:52
void report_intersection(osmium::object_id_type way1_id, osmium::Location way1_seg_start, osmium::Location way1_seg_end, osmium::object_id_type way2_id, osmium::Location way2_seg_start, osmium::Location way2_seg_end, osmium::Location intersection) override
Definition: problem_reporter_stream.hpp:75
void report_duplicate_node(osmium::object_id_type node_id1, osmium::object_id_type node_id2, osmium::Location location) override
Definition: problem_reporter_stream.hpp:65
void report_role_should_be_inner(osmium::object_id_type way_id, osmium::Location seg_start, osmium::Location seg_end) override
Definition: problem_reporter_stream.hpp:102
Namespace for everything in the Osmium library.
Definition: assembler.hpp:73
void report_inner_with_same_tags(const osmium::Way &way) override
Definition: problem_reporter_exception.hpp:111
ProblemReporterException()
Definition: problem_reporter_exception.hpp:56
void report_role_should_be_outer(osmium::object_id_type way_id, osmium::Location seg_start, osmium::Location seg_end) override
Definition: problem_reporter_stream.hpp:97
int64_t object_id_type
Type for OSM object (node, way, or relation) IDs.
Definition: types.hpp:45
void report_ring_not_closed(const osmium::NodeRef &nr, const osmium::Way *way=nullptr) override
Definition: problem_reporter_stream.hpp:88
void report_duplicate_segment(const osmium::NodeRef &nr1, const osmium::NodeRef &nr2) override
Definition: problem_reporter_exception.hpp:81
Definition: location.hpp:256
void report_duplicate_segment(const osmium::NodeRef &nr1, const osmium::NodeRef &nr2) override
Definition: problem_reporter_stream.hpp:82
void report_duplicate_node(osmium::object_id_type node_id1, osmium::object_id_type node_id2, osmium::Location location) override
Definition: problem_reporter_exception.hpp:62
void report_touching_ring(osmium::object_id_type node_id, osmium::Location location) override
Definition: problem_reporter_exception.hpp:68
void report_touching_ring(osmium::object_id_type node_id, osmium::Location location) override
Definition: problem_reporter_stream.hpp:70
Definition: node_ref.hpp:50
void report_inner_with_same_tags(const osmium::Way &way) override
Definition: problem_reporter_stream.hpp:112
void report_ring_not_closed(const osmium::NodeRef &nr, const osmium::Way *way=nullptr) override
Definition: problem_reporter_exception.hpp:87
Definition: problem_reporter_exception.hpp:50