#include <core/exceptions/software.h>
Inheritance diagram for fawkes::AccessViolationException:
Public Member Functions | |
AccessViolationException (const char *format,...) throw () | |
Constructor. |
Throw this exception if a any kind of access violates the policy, for example if someone tries to write to a read-only memory segment.
Definition at line 96 of file software.h.
fawkes::AccessViolationException::AccessViolationException | ( | const char * | format, | |
... | ||||
) | throw () |
Constructor.
format | message format, takes sprintf() parameters as variadic arguments |
Definition at line 248 of file software.cpp.
References fawkes::Exception::append_va().