Project

General

Profile

SO3Engine
SO3::SExceptionBadCast Class Reference

SException indicating that an attempt was done to cast a pointer to a non-related type. More...

#include <SO3Exception.h>

Inheritance diagram for SO3::SExceptionBadCast:
SO3::SException

Public Member Functions

 SExceptionBadCast (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 was done to cast a pointer to a non-related type.

Definition at line 239 of file SO3Exception.h.

Constructor & Destructor Documentation

◆ SExceptionBadCast()

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

Definition at line 170 of file SO3Exception.cpp.


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