retdec
Public Member Functions | List of all members
retdec::unpacker::FatalException Class Reference

#include <unpacker_exception.h>

Inheritance diagram for retdec::unpacker::FatalException:
Inheritance graph
[legend]
Collaboration diagram for retdec::unpacker::FatalException:
Collaboration graph
[legend]

Public Member Functions

template<typename... Args>
 FatalException (const Args &... args)
 
- Public Member Functions inherited from retdec::unpacker::UnpackerException
 UnpackerException (const UnpackerException &ex)
 
virtual const char * what () const noexcept override
 
const std::string & getMessage () const noexcept
 

Additional Inherited Members

- Protected Member Functions inherited from retdec::unpacker::UnpackerException
template<typename... Args>
 UnpackerException (const Args &... args)
 

Detailed Description

Thrown in case of fatal error that should terminate the unpacking and end with error. These fatal errors are e.g. malformed or corrupted data.

Constructor & Destructor Documentation

◆ FatalException()

template<typename... Args>
retdec::unpacker::FatalException::FatalException ( const Args &...  args)
inline

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