libSBNW
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Macros Modules Pages
Public Member Functions | List of all members
Graphfab::AccessViolationException Class Reference

#include <SagittariusException.hpp>

Inheritance diagram for Graphfab::AccessViolationException:
Graphfab::Exception

Public Member Functions

 AccessViolationException (const String &desc, const String &origin, const char *file, const long line)
 
- Public Member Functions inherited from Graphfab::Exception
 Exception (const int type, const String &desc, const String &origin, const char *name, const char *file, const long line)
 
void operator= (const Exception &rval)
 
virtual String getReport () const
 
virtual int getType () const throw ()
 
virtual const String & getDescription () const
 
virtual const String & getOrigin () const
 
virtual const String & getFile () const
 
virtual long getLine () const
 
const char * what () const throw ()
 

Additional Inherited Members

- Public Types inherited from Graphfab::Exception
enum  ExceptionTypeSet {
  EXC_UNKNOWN, EXC_FREAD_FAIL, EXC_FWRITE_FAIL, EXC_ACCESS_VIOLATION,
  EXC_SANITY_CHECK, EXC_REDUNDANCY_CHECK_FAILURE, EXC_IMPOSSIBLE_CMD, EXC_INVALID_PARAMETER,
  EXC_INTERNAL_CHECK_FAILURE
}
 
- Protected Attributes inherited from Graphfab::Exception
int m_type
 
String m_desc
 
String m_origin
 
String m_name
 
String m_file
 
long m_line
 

Detailed Description

Thrown whenever the application attempts to access data that does not exist (at lease, not at the expected location)


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