Advanced Chunk Processing Library 0.2.0
A comprehensive C++ library for advanced data chunking strategies and processing operations
Loading...
Searching...
No Matches
chunk_processing::ChunkingError Class Reference

Base exception class for chunking operations. More...

#include <chunk_errors.hpp>

+ Inheritance diagram for chunk_processing::ChunkingError:
+ Collaboration diagram for chunk_processing::ChunkingError:

Public Member Functions

 ChunkingError (const char *message)
 
 ChunkingError (const std::string &message)
 

Detailed Description

Base exception class for chunking operations.

Definition at line 10 of file chunk_errors.hpp.

Constructor & Destructor Documentation

◆ ChunkingError() [1/2]

chunk_processing::ChunkingError::ChunkingError ( const std::string &  message)
inlineexplicit

Definition at line 12 of file chunk_errors.hpp.

12: std::runtime_error(message) {}

◆ ChunkingError() [2/2]

chunk_processing::ChunkingError::ChunkingError ( const char *  message)
inlineexplicit

Definition at line 14 of file chunk_errors.hpp.

14: std::runtime_error(message) {}

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