Modern C++ Kafka API
Public Member Functions | List of all members
KAFKA_API::KafkaException Class Reference

Specific exception for Kafka clients. More...

#include <KafkaException.h>

Inheritance diagram for KAFKA_API::KafkaException:

Public Member Functions

 KafkaException (const char *filename, std::size_t lineno, const Error &error)
 
const Errorerror () const
 Obtains the underlying error.
 
const char * what () const noexcept override
 Obtains explanatory string.
 

Detailed Description

Specific exception for Kafka clients.


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