retdec
Public Member Functions | List of all members
retdec::unpackertool::upx::UnsupportedPackingMethodException Class Reference

#include <upx_exceptions.h>

Inheritance diagram for retdec::unpackertool::upx::UnsupportedPackingMethodException:
Inheritance graph
[legend]
Collaboration diagram for retdec::unpackertool::upx::UnsupportedPackingMethodException:
Collaboration graph
[legend]

Public Member Functions

 UnsupportedPackingMethodException (std::uint32_t packingMethod)
 
- Public Member Functions inherited from retdec::unpacker::UnsupportedInputException
template<typename... Args>
 UnsupportedInputException (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

Used in ELF unpacking. Thrown when unsupported packing method is written in packed block header.

This exception should report unsupported file.

Constructor & Destructor Documentation

◆ UnsupportedPackingMethodException()

retdec::unpackertool::upx::UnsupportedPackingMethodException::UnsupportedPackingMethodException ( std::uint32_t  packingMethod)
inlineexplicit

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