Exception thrown when logical precondition is violated.
More...
#include <cudf/utilities/error.hpp>
Exception thrown when logical precondition is violated.
This exception should not be thrown directly and is instead thrown by the CUDF_EXPECTS macro.
Definition at line 35 of file error.hpp.
◆ logic_error() [1/2]
| cudf::logic_error::logic_error |
( |
char const *const |
message | ) |
|
|
inlineexplicit |
Constructs a logic_error with the error message.
- Parameters
-
| message | Message to be associated with the exception |
Definition at line 41 of file error.hpp.
◆ logic_error() [2/2]
| cudf::logic_error::logic_error |
( |
std::string const & |
message | ) |
|
|
inlineexplicit |
Construct a new logic error object with error message.
- Parameters
-
| message | Message to be associated with the exception |
Definition at line 48 of file error.hpp.
The documentation for this struct was generated from the following file: