Exception type thrown if the requested kernel type is not supported.
More...
#include <exceptions.hpp>
Exception type thrown if the requested kernel type is not supported.
◆ unsupported_kernel_type_exception()
Construct a new exception forwarding the exception message and source location to plssvm::exception.
- Parameters
-
[in] | msg | the exception's what() message |
[in] | loc | the exception's call side information |
◆ loc()
Returns the information of the call side where the exception was thrown.
- Returns
- the exception's call side information (
[[nodiscard]]
)
◆ what_with_loc()
std::string plssvm::exception::what_with_loc |
( |
| ) |
const |
|
inherited |
Returns a string containing the exception's what()
message, the name of the thrown exception class, and information about the call side where the exception has been thrown.
- Returns
- the exception's
what()
message including source location information ([[nodiscard]]
)
The documentation for this class was generated from the following file: