|
iceberg-cpp
|
Public Member Functions | |
| InvalidInputException (const InvalidInputException &) | |
| InvalidInputException & | operator= (const InvalidInputException &) |
| void | __set_message (const std::string &val) |
| bool | operator== (const InvalidInputException &rhs) const |
| bool | operator!= (const InvalidInputException &rhs) const |
| bool | operator< (const InvalidInputException &) const |
| uint32_t | read (::apache::thrift::protocol::TProtocol *iprot) |
| uint32_t | write (::apache::thrift::protocol::TProtocol *oprot) const |
| virtual void | printTo (std::ostream &out) const |
| const char * | what () const noexcept override |
Public Attributes | |
| std::string | message |
| _InvalidInputException__isset | __isset |
| std::string | thriftTExceptionMessageHolder_ |