C++ Utilities 5.26.1
Useful C++ classes and routines such as argument parser, IO and conversion utilities
Loading...
Searching...
No Matches
CppUtilities::ArchiveException Class Reference

The ArchiveException class is thrown by the various archiving-related functions of this library when a conversion error occurs. More...

#include <archive.h>

Inheritance diagram for CppUtilities::ArchiveException:
[legend]
Collaboration diagram for CppUtilities::ArchiveException:
[legend]

Public Member Functions

 ArchiveException () noexcept
 Constructs a new ArchiveException.
 
 ArchiveException (std::string_view what) noexcept
 Constructs a new ArchiveException.
 
 ~ArchiveException () override
 Destroys the ArchiveException.
 

Detailed Description

The ArchiveException class is thrown by the various archiving-related functions of this library when a conversion error occurs.

Definition at line 21 of file archive.h.

Constructor & Destructor Documentation

◆ ArchiveException() [1/2]

CppUtilities::ArchiveException::ArchiveException ( )
inlineexplicitnoexcept

Constructs a new ArchiveException.

Definition at line 31 of file archive.h.

◆ ArchiveException() [2/2]

CppUtilities::ArchiveException::ArchiveException ( std::string_view what)
inlineexplicitnoexcept

Constructs a new ArchiveException.

Definition at line 39 of file archive.h.

◆ ~ArchiveException()

CppUtilities::ArchiveException::~ArchiveException ( )
override

Destroys the ArchiveException.

Definition at line 19 of file archive.cpp.


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