decompiler  1.0.0
Public Member Functions | List of all members
BadDataError Struct Reference

Exception for bad instruction data. More...

#include <translate.hh>

Inheritance diagram for BadDataError:
LowlevelError

Public Member Functions

 BadDataError (const string &s)
 Constructor. More...
 
- Public Member Functions inherited from LowlevelError
 LowlevelError (const string &s)
 Initialize the error with an explanatory string.
 

Additional Inherited Members

- Public Attributes inherited from LowlevelError
string explain
 

Detailed Description

Exception for bad instruction data.

This error is thrown when the system cannot decode data for a particular instruction. This usually means that the data is not really a machine instruction, but may indicate that the system is unaware of the particular instruction.

Constructor & Destructor Documentation

BadDataError::BadDataError ( const string &  s)
inline

Constructor.

Parameters
sis a more verbose description of the error

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