|
C++ Utilities 5.31.1
Useful C++ classes and routines such as argument parser, IO and conversion utilities
|
The ArchiveException class is thrown by the various archiving-related functions of this library when a conversion error occurs. More...
#include <archive.h>
Public Member Functions | |
| ArchiveException () noexcept | |
| Constructs a new ArchiveException. | |
| ArchiveException (std::string_view what) noexcept | |
| Constructs a new ArchiveException. | |
| ~ArchiveException () override | |
| Destroys the ArchiveException. | |
The ArchiveException class is thrown by the various archiving-related functions of this library when a conversion error occurs.
|
inlineexplicitnoexcept |
Constructs a new ArchiveException.
|
inlineexplicitnoexcept |
Constructs a new ArchiveException.
|
override |
Destroys the ArchiveException.
Definition at line 18 of file archive.cpp.