24#ifndef _CORE_EXCEPTIONS_SOFTWARE_H_
25#define _CORE_EXCEPTIONS_SOFTWARE_H_
27#include <core/exception.h>
AccessViolationException(const char *format,...) noexcept
Constructor.
DestructionInProgressException(const char *format,...) noexcept
Constructor.
DivisionByZeroException(const char *format,...) noexcept
Constructor.
Base class for exceptions in Fawkes.
Expected parameter is missing.
IllegalArgumentException(const char *format,...) noexcept
Constructor.
Expected parameter is missing.
MissingParameterException(const char *format,...) noexcept
Constructor.
Non-pointer type expected.
NonPointerTypeExpectedException(const char *format,...) noexcept
Constructor.
Called method has not been implemented.
NotImplementedException(const char *format,...) noexcept
Constructor.
Operation on unlocked object.
NotLockedException(const char *format,...) noexcept
Constructor.
A NULL pointer was supplied where not allowed.
NullPointerException(const char *format,...) noexcept
Constructor.
OutOfBoundsException(const char *msg) noexcept
Constructor.
SyntaxErrorException(const char *format,...) noexcept
Constructor.
TypeMismatchException(const char *format,...) noexcept
Constructor.
UnknownTypeException(const char *format,...) noexcept
Constructor.
Fawkes library namespace.