Class ssq::CompileException
Class List > ssq > CompileException
Compile exception thrown during compilation.
- #include <exceptions.hpp>
Inherits the following classes: ssq::Exception
Public Functions
| Type | Name | 
|---|---|
| CompileException (const char * msg) | |
| CompileException (const char * msg, const char * source, int line, int column) | |
| 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 CompileException [1/2]
inline ssq::CompileException::CompileException (
    const char * msg
) 
function CompileException [2/2]
inline ssq::CompileException::CompileException (
    const char * msg,
    const char * source,
    int line,
    int column
) 
function what
inline virtual const char * ssq::CompileException::what () override const
Implements ssq::Exception::what
The documentation for this class was generated from the following file include/simplesquirrel/exceptions.hpp