DATAKIT API  V2025.4
Dtk_Exception Class Reference

Public Member Functions

 Dtk_Exception (const char *inFileName, const int inLine, const char *inMsg)
 
virtual void WriteMsg ()
 
virtual ~Dtk_Exception ()
 

Protected Attributes

const char * _File
 
int _Line
 
const char * _Msg
 

Constructor & Destructor Documentation

◆ Dtk_Exception()

Dtk_Exception::Dtk_Exception ( const char *  inFileName,
const int  inLine,
const char *  inMsg 
)

◆ ~Dtk_Exception()

virtual Dtk_Exception::~Dtk_Exception ( )
virtual

Member Function Documentation

◆ WriteMsg()

virtual void Dtk_Exception::WriteMsg ( )
virtual

Field Documentation

◆ _File

const char* Dtk_Exception::_File
protected

◆ _Line

int Dtk_Exception::_Line
protected

◆ _Msg

const char* Dtk_Exception::_Msg
protected