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

Unknown conditional operator exception. More...

#include <DecompilerException.h>

Inheritance diagram for UnknownConditionalOperatorException:
Collaboration diagram for UnknownConditionalOperatorException:

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...
 

Detailed Description

Unknown conditional operator exception.

Signals that an unknown conditional operator has been found in a script.

Constructor & Destructor Documentation

◆ UnknownConditionalOperatorException()

UnknownConditionalOperatorException::UnknownConditionalOperatorException ( unsigned int  address,
unsigned int  op 
)

Constructor.

Parameters
[in]addressAddress at which the operator has been found.
[in]opThe unknown operator.

Member Function Documentation

◆ what()

const char * UnknownConditionalOperatorException::what ( ) const
overridevirtualnoexcept

Produces an error message.

Returns
The error message.

Member Data Documentation

◆ what_

std::string UnknownConditionalOperatorException::what_
private

The error message.


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