class Gambit::Piped_invalid_point

Gambit piped invalid point exception class.

#include <exceptions.hpp>

Public Functions

Name
Piped_invalid_point()
Constructor.
voidrequest(std::string message)
Request an exception.
voidcheck()
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 2023-06-26 at 21:36:51 +0000