![]() |
V-Gears 0
Free Final Fantasy VII engine.
|
Unknown subopcode exception. More...
#include <DecompilerException.h>
Public Member Functions | |
UnknownSubOpcodeException (unsigned int address, unsigned int opcode) | |
Constructor. More... | |
![]() | |
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 override |
Retrieves an exception identifier. More... | |
Unknown subopcode exception.
Signals that an unknown subopcode has been found in a script.
UnknownSubOpcodeException::UnknownSubOpcodeException | ( | unsigned int | address, |
unsigned int | opcode | ||
) |
Constructor.
[in] | address | Address where the invalid subopcode was found. |
[in] | opcode | The value of the invalid subopcode. |
|
overrideprivatevirtual |