Class ssq::TypeException
Class List > ssq > TypeException
Type exception thrown if casting between squirrel and C++ objects failed.
- #include <exceptions.hpp>
Inherits the following classes: ssq::Exception
Public Functions
| Type | Name | 
|---|---|
| TypeException (const char * msg) | |
| TypeException (const char * msg, const char * expected, const char * got) | |
| virtual const char * | what () override const | 
Public Functions inherited from ssq::Exception
| Type | Name | 
|---|---|
| Exception (const char * msg) | |
| virtual const char * | what () override const | 
Public Functions Documentation
function TypeException [1/2]
inline ssq::TypeException::TypeException (
    const char * msg
) 
function TypeException [2/2]
inline ssq::TypeException::TypeException (
    const char * msg,
    const char * expected,
    const char * got
) 
function what
inline virtual const char * ssq::TypeException::what () override const
Implements ssq::Exception::what
The documentation for this class was generated from the following file include/simplesquirrel/exceptions.hpp