XNetwork 1.7.5; VERSION ${PROJECT_VERSION}
Loading...
Searching...
No Matches
Public Member Functions | List of all members
xnetwork::XNetworkNoPath Struct Reference

Exception for algorithms that should return a path when running on graphs where such a path does not exist. More...

#include <exception.hpp>

Inheritance diagram for xnetwork::XNetworkNoPath:
Inheritance graph
[legend]
Collaboration diagram for xnetwork::XNetworkNoPath:
Collaboration graph
[legend]

Public Member Functions

 XNetworkNoPath (std::string_view msg)
 
- Public Member Functions inherited from xnetwork::XNetworkUnfeasible
 XNetworkUnfeasible (std::string_view msg)
 
- Public Member Functions inherited from xnetwork::XNetworkAlgorithmError
 XNetworkAlgorithmError (std::string_view msg)
 
- Public Member Functions inherited from xnetwork::XNetworkException
 XNetworkException (std::string_view msg)
 

Detailed Description

Exception for algorithms that should return a path when running on graphs where such a path does not exist.

Constructor & Destructor Documentation

◆ XNetworkNoPath()

xnetwork::XNetworkNoPath::XNetworkNoPath ( std::string_view  msg)
inlineexplicit

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