Class LaneletMultiError
Defined in File Exceptions.h
Inheritance Relationships
Base Type
public lanelet::LaneletError
(Class LaneletError)
Class Documentation
-
class LaneletMultiError : public lanelet::LaneletError
Thrown when multiple errors occur at the same time.
Construction is not exception-save, don’t throw this on memory errors!
Public Types
-
using ErrorMessages = std::vector<std::string>
Public Functions
-
inline explicit LaneletMultiError(const std::string &err)
-
inline explicit LaneletMultiError(ErrorMessages messages = {})
Public Members
-
const ErrorMessages errorMessages
The individual error strings.
-
using ErrorMessages = std::vector<std::string>