retdec
|
#include <upx_exceptions.h>
Public Member Functions | |
FirstBlockNotFoundException () | |
![]() | |
template<typename... Args> | |
FatalException (const Args &... args) | |
![]() | |
UnpackerException (const UnpackerException &ex) | |
virtual const char * | what () const noexcept override |
const std::string & | getMessage () const noexcept |
Additional Inherited Members | |
![]() | |
template<typename... Args> | |
UnpackerException (const Args &... args) | |
Used in Mach-O. Thrown in case of missing first packed block, or simply the unpacker cannot find it.
This exception is fatal error during unpacking.
|
inline |