Class ssq::RuntimeException

Class List > ssq > RuntimeException

Runtime exception thrown if something went wrong during execution.

  • #include <exceptions.hpp>

Inherits the following classes: ssq::Exception

Public Functions

Type Name
RuntimeException (const char * msg)
RuntimeException (const char * msg, const char * source, const char * func, int line)
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 RuntimeException [1/2]

inline ssq::RuntimeException::RuntimeException (
    const char * msg
) 

function RuntimeException [2/2]

inline ssq::RuntimeException::RuntimeException (
    const char * msg,
    const char * source,
    const char * func,
    int line
) 

function what

inline virtual const char * ssq::RuntimeException::what () override const

Implements ssq::Exception::what


The documentation for this class was generated from the following file include/simplesquirrel/exceptions.hpp