![]() |
V-Gears 0
Free Final Fantasy VII engine.
|
Unknown conditional operator exception. More...
#include <DecompilerException.h>
Public Member Functions | |
UnknownConditionalOperatorException (unsigned int address, unsigned int op) | |
Constructor. More... | |
virtual const char * | what () const noexcept override |
Produces an error message. More... | |
Private Attributes | |
std::string | what_ |
The error message. More... | |
Unknown conditional operator exception.
Signals that an unknown conditional operator has been found in a script.
UnknownConditionalOperatorException::UnknownConditionalOperatorException | ( | unsigned int | address, |
unsigned int | op | ||
) |
Constructor.
[in] | address | Address at which the operator has been found. |
[in] | op | The unknown operator. |
|
overridevirtualnoexcept |
Produces an error message.
|
private |
The error message.