![]() |
V-Gears 0
Free Final Fantasy VII engine.
|
Unknown opcode exception. More...
#include <DecompilerException.h>
Public Member Functions | |
UnknownOpcodeException (unsigned int address, unsigned int opcode) | |
Constructor. More... | |
virtual const char * | what () const noexcept override |
Produces an error message. More... | |
Private Member Functions | |
virtual const char * | Type () const |
Retrieves an exception identifier. More... | |
Private Attributes | |
unsigned int | address_ |
Address where the invalid opcode was found. More... | |
unsigned int | opcode_ |
The value of the invalid opcode. More... | |
char | buffer_ [255] |
Buffer for formatting the error message. More... | |
Unknown opcode exception.
Signals that an unknown opcode has been found in a script.
UnknownOpcodeException::UnknownOpcodeException | ( | unsigned int | address, |
unsigned int | opcode | ||
) |
Constructor.
[in] | address | Address where the invalid opcode was found. |
[in] | opcode | The value of the invalid opcode. |
|
privatevirtual |
|
overridevirtualnoexcept |
Produces an error message.
|
private |
Address where the invalid opcode was found.
|
mutableprivate |
Buffer for formatting the error message.
|
private |
The value of the invalid opcode.