fawkes::AccessViolationException Class Reference
[Fawkes Exceptions]

Access violates policy. More...

#include <core/exceptions/software.h>

Inheritance diagram for fawkes::AccessViolationException:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 AccessViolationException (const char *format,...) throw ()
 Constructor.

Detailed Description

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.


Constructor & Destructor Documentation

fawkes::AccessViolationException::AccessViolationException ( const char *  format,
  ... 
) throw ()

Constructor.

Parameters:
format message format, takes sprintf() parameters as variadic arguments

Definition at line 248 of file software.cpp.

References fawkes::Exception::append_va().


The documentation for this class was generated from the following files:

Generated on 1 Mar 2011 for Fawkes API by  doxygen 1.6.1