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