retdec
Classes | Namespaces
unpacker_exception.h File Reference

Declaration of unpacker exceptions that can be subclassed in unpacker plugins. More...

#include <exception>
#include <sstream>
#include <string>

Go to the source code of this file.

Classes

class  retdec::unpacker::UnpackerException
 
class  retdec::unpacker::FatalException
 
class  retdec::unpacker::UnsupportedInputException
 
class  retdec::unpacker::UnsupportedFileException
 
class  retdec::unpacker::DecompressionFailedException
 
class  retdec::unpacker::UnsupportedStubException
 
class  retdec::unpacker::NoEntryPointException
 

Namespaces

 retdec
 
 retdec::unpacker
 

Detailed Description

Declaration of unpacker exceptions that can be subclassed in unpacker plugins.