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