sparrow 1.0.0
Loading...
Searching...
No Matches
sparrow::arrow_proxy_exception Class Reference

Exception thrown by arrow_proxy operations. More...

#include <arrow_array_schema_proxy.hpp>

Inheritance diagram for sparrow::arrow_proxy_exception:
[legend]
Collaboration diagram for sparrow::arrow_proxy_exception:
[legend]

Public Member Functions

 arrow_proxy_exception (const std::string &message)
 Constructs an arrow_proxy_exception with a descriptive message.
 

Detailed Description

Exception thrown by arrow_proxy operations.

This exception is thrown when arrow_proxy operations fail due to invalid state, ownership violations, or incompatible Arrow structures.

Definition at line 44 of file arrow_array_schema_proxy.hpp.

Constructor & Destructor Documentation

◆ arrow_proxy_exception()

sparrow::arrow_proxy_exception::arrow_proxy_exception ( const std::string & message)
inlineexplicit

Constructs an arrow_proxy_exception with a descriptive message.

Parameters
messageDescription of the error condition
Examples
/home/runner/work/sparrow/sparrow/include/sparrow/arrow_interface/arrow_array_schema_proxy.hpp.

Definition at line 53 of file arrow_array_schema_proxy.hpp.


The documentation for this class was generated from the following file: