libSBNW
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Macros Modules Pages
Public Types | Public Member Functions | Protected Attributes | List of all members
Graphfab::Exception Class Reference
Inheritance diagram for Graphfab::Exception:
Graphfab::AccessViolationException Graphfab::BoundsCheckFailure Graphfab::FileReadFailureException Graphfab::FileWriteFailureException Graphfab::ImpossibleCommandException Graphfab::InternalCheckFailureException Graphfab::InvalidParameterException Graphfab::MissingDataException Graphfab::RedundancyCheckFailureException Graphfab::RuntimeException Graphfab::SanityCheckException Graphfab::UnexpectedDataException Graphfab::UnknownException

Public Types

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
}
 

Public Member Functions

 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 ()
 

Protected Attributes

int m_type
 
String m_desc
 
String m_origin
 
String m_name
 
String m_file
 
long m_line
 

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