Class NullptrError
Defined in File Exceptions.h
Inheritance Relationships
Base Type
public lanelet::LaneletError
(Class LaneletError)
Class Documentation
-
class NullptrError : public lanelet::LaneletError
SharedPtrs in lanelet2 must never point to null. If this is violated, this exception is thrown (usually checked at object construction).