|
sparrow 2.4.0
C++20 idiomatic APIs for the Apache Arrow Columnar Format
|
Exception thrown when accessing a null nullable value. More...
#include <nullable.hpp>
Public Member Functions | |
| bad_nullable_access () noexcept=default | |
| bad_nullable_access (const bad_nullable_access &) noexcept=default | |
| bad_nullable_access & | operator= (const bad_nullable_access &) noexcept=default |
| const char * | what () const noexcept override |
| Gets the descriptive error message. | |
Exception thrown when accessing a null nullable value.
This exception is thrown by nullable::value() when attempting to access the underlying value of a nullable that is currently in a null state.
Definition at line 146 of file nullable.hpp.
|
defaultnoexcept |
|
defaultnoexcept |
|
defaultnoexcept |
|
inlinenodiscardoverridenoexcept |
Gets the descriptive error message.
Definition at line 161 of file nullable.hpp.