V-Gears 0
Free Final Fantasy VII engine.
UnknownSubOpcodeException Class Reference

Unknown subopcode exception. More...

#include <DecompilerException.h>

Inheritance diagram for UnknownSubOpcodeException:
Collaboration diagram for UnknownSubOpcodeException:

Public Member Functions

 UnknownSubOpcodeException (unsigned int address, unsigned int opcode)
 Constructor. More...
 
- Public Member Functions inherited from UnknownOpcodeException
 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...
 

Detailed Description

Unknown subopcode exception.

Signals that an unknown subopcode has been found in a script.

Constructor & Destructor Documentation

◆ UnknownSubOpcodeException()

UnknownSubOpcodeException::UnknownSubOpcodeException ( unsigned int  address,
unsigned int  opcode 
)

Constructor.

Parameters
[in]addressAddress where the invalid subopcode was found.
[in]opcodeThe value of the invalid subopcode.

Member Function Documentation

◆ Type()

const char * UnknownSubOpcodeException::Type ( ) const
overrideprivatevirtual

Retrieves an exception identifier.

Returns
"Subopcode".

Reimplemented from UnknownOpcodeException.


The documentation for this class was generated from the following files: