![]() |
V-Gears 0
Free Final Fantasy VII engine.
|
Unknown jump type exception. More...
#include <DecompilerException.h>
Public Member Functions | |
UnknownJumpTypeException (unsigned int address, unsigned int opcode) | |
Constructor. More... | |
virtual const char * | what () const noexcept override |
Produces an error message. More... | |
Private Attributes | |
std::string | what_ |
The error message. More... | |
Unknown jump type exception.
Signals that a jump is not a conditional jump neither an unconditional jump.
UnknownJumpTypeException::UnknownJumpTypeException | ( | unsigned int | address, |
unsigned int | opcode | ||
) |
Constructor.
[in] | address | Address where the jump opcode was found. |
[in] | opcode | The value of the jump opcode. |
|
overridevirtualnoexcept |
Produces an error message.
|
private |
The error message.