|
ACTS
Experiment-independent tracking
|
Exception thrown when portals cannot be merged. More...
#include <Acts/Geometry/Portal.hpp>
Public Member Functions | |
| PortalMergingException ()=default | |
| Default constructor producing a generic message. | |
| PortalMergingException (std::string message) | |
| Construct with a contextual message describing why the merge failed. | |
| const char * | what () const noexcept override |
| Get exception description. | |
Exception thrown when portals cannot be merged.
|
explicit |
Construct with a contextual message describing why the merge failed.
| message | The contextual error message |
|
overridenoexcept |
Get exception description.