Project

General

Profile

SO3Engine
SO3::SExceptionReadOnly Class Reference

SException indicating that an attempt to read some data from an unreachable source occurs. More...

#include <SO3Exception.h>

Inheritance diagram for SO3::SExceptionReadOnly:
SO3::SException

Public Member Functions

 SExceptionReadOnly (const std::string &exceptDescription, const std::string &exceptSource, const char *exceptFile, long exceptLine, bool exceptToLogFile=false)
 
- Public Member Functions inherited from SO3::SException
 SException (const std::string &exceptDescription, const std::string &exceptSource, bool exceptToLogFile)
 
 SException (const std::string &exceptDescription, const std::string &exceptSource, const char *exceptType, const char *exceptFile, long exceptLine, bool exceptToLogFile)
 
 SException (const SException &exception)
 
virtual ~SException () throw ()
 
void operator= (const SException &exception)
 
virtual const std::string & GetFullDescription () const
 
virtual const std::string & GetSource () const
 
virtual const std::string & GetFile () const
 
virtual long GetLine () const
 
virtual const std::string & GetDescription () const
 
const char * what () const throw ()
 

Additional Inherited Members

- Protected Attributes inherited from SO3::SException
long line
 
std::string typeName
 
std::string description
 
std::string source
 
std::string file
 
bool toLogFile
 
std::string fullDesc
 

Detailed Description

SException indicating that an attempt to read some data from an unreachable source occurs.

Definition at line 299 of file SO3Exception.h.

Constructor & Destructor Documentation

◆ SExceptionReadOnly()

SO3::SExceptionReadOnly::SExceptionReadOnly ( const std::string &  exceptDescription,
const std::string &  exceptSource,
const char *  exceptFile,
long  exceptLine,
bool  exceptToLogFile = false 
)

Definition at line 186 of file SO3Exception.cpp.


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