Generic error for all errors in this module. More...
#include <Exceptions.h>

Additional Inherited Members | |
Public Types inherited from lanelet::LaneletMultiError | |
| typedef std::vector< std::string > | ErrorMessages |
Public Member Functions inherited from lanelet::LaneletMultiError | |
| LaneletMultiError (const std::string &err) | |
| LaneletMultiError (ErrorMessages messages={}) | |
Public Attributes inherited from lanelet::LaneletMultiError | |
| const ErrorMessages | errorMessages |
Generic error for all errors in this module.
Threse are derived from multi error, because often multiple issues occur at the same time when reading or writing a map.
Definition at line 13 of file Exceptions.h.