ament_index_cpp  master
C++ API to access the ament resource index.
Public Member Functions | Public Attributes | List of all members
ament_index_cpp::PackageNotFoundError Class Reference

Thrown when a package is not found. More...

#include <get_package_prefix.hpp>

Inheritance diagram for ament_index_cpp::PackageNotFoundError:
Inheritance graph
[legend]
Collaboration diagram for ament_index_cpp::PackageNotFoundError:
Collaboration graph
[legend]

Public Member Functions

 PackageNotFoundError (const std::string &package_name)
 Constuctor of an exception class to notify that a pacakge is not found.
 
- Public Member Functions inherited from std::out_of_range
out_of_range (T... args)
 
what (T... args)
 

Public Attributes

const std::string package_name
 package name used in the exception message
 

Detailed Description

Thrown when a package is not found.


The documentation for this class was generated from the following file: