#include <LuaExceptions.hpp>
Inheritance diagram for Diluculum::TypeMismatchError:


Public Member Functions | |
| TypeMismatchError (const std::string &expectedType, const std::string &foundType) | |
| ~TypeMismatchError () throw () | |
| std::string | getExpectedType () const |
| Returns the type that was expected. | |
| std::string | getFoundType () const |
| Returns the type that was actually found. | |
Private Attributes | |
| std::string | expectedType_ |
| The type that was expected. | |
| std::string | foundType_ |
| The type that was actually found. | |
Definition at line 140 of file LuaExceptions.hpp.
|
||||||||||||
|
Constructs a
|
|
|
Destroys a
Definition at line 156 of file LuaExceptions.hpp. |
|
|
Returns the type that was expected.
Definition at line 159 of file LuaExceptions.hpp. References expectedType_. |
|
|
Returns the type that was actually found.
Definition at line 162 of file LuaExceptions.hpp. References foundType_. |
|
|
The type that was expected.
Definition at line 166 of file LuaExceptions.hpp. Referenced by getExpectedType(). |
|
|
The type that was actually found.
Definition at line 169 of file LuaExceptions.hpp. Referenced by getFoundType(). |
1.4.6