Access violates policy. More...
#include <core/exceptions/software.h>

Public Member Functions | |
| AccessViolationException (const char *format,...) throw () | |
| Constructor. | |
Access violates policy.
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().
1.6.1