Unknown type. More...
#include <core/exceptions/software.h>
Public Member Functions | |
UnknownTypeException (const char *format,...) throw () | |
Constructor. |
Unknown type.
Throw this exception if you get an unknown type.
Definition at line 52 of file software.h.
fawkes::UnknownTypeException::UnknownTypeException | ( | const char * | format, | |
... | ||||
) | throw () |
Constructor.
format | message format, takes sprintf() parameters as variadic arguments |
Definition at line 96 of file software.cpp.
References fawkes::Exception::append_va().