class Gambit::Piped_invalid_point
Gambit piped invalid point exception class.
#include <exceptions.hpp>
Public Functions
Name | |
---|---|
Piped_invalid_point() Constructor. | |
void | request(std::string message) Request an exception. |
void | check() Check whether an exception was requested, and throw it if necessary. |
Public Functions Documentation
function Piped_invalid_point
inline Piped_invalid_point()
Constructor.
function request
void request(
std::string message
)
Request an exception.
Request a piped invalid point exception.
function check
void check()
Check whether an exception was requested, and throw it if necessary.
Check whether a piped invalid point exception was requested, and throw if necessary.
Updated on 2024-07-18 at 13:53:30 +0000