Project

General

Profile

SO3Engine
SO3::SExceptionOutOfBound Class Reference

SException indicating that an attempt to get a tab element with a given index out of bound. More...

#include <SO3Exception.h>

Inheritance diagram for SO3::SExceptionOutOfBound:
SO3::SException

Public Member Functions

 SExceptionOutOfBound (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 get a tab element with a given index out of bound.

Definition at line 314 of file SO3Exception.h.

Constructor & Destructor Documentation

◆ SExceptionOutOfBound()

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

Definition at line 190 of file SO3Exception.cpp.


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