fast::Exception class

Derived classes

class BadCastException
class DoesNotExistException
class ExistException
class FileNotFoundException
class NoMoreFramesException
class NotImplementedException
class OutOfBoundsException
class ThreadStopped

Constructors, destructors, conversion operators

Exception()
Exception(std::string message)
Exception(int line, const char* file)
Exception(std::string message, int line, const char* file)
~Exception()

Public functions

auto what() const -> const char* virtual
void setLine(int line)
void setFile(const char* file)
void setMessage(std::string message)