#include <SCAException.h>
Public Member Functions | |
const char * | getEClassName () const |
const char * | getMessageText () const |
const char * | getFileName () const |
unsigned long | getLineNumber () const |
const char * | getFunctionName () const |
Defines a root exception type from which all SCA defined exceptions derive.
const char* getEClassName | ( | ) | const |
Returns the name of the exception type.
const char* getFileName | ( | ) | const |
Returns the filename containing the function where the exception occurred.
const char* getFunctionName | ( | ) | const |
Returns the function name where the exception occurred.
unsigned long getLineNumber | ( | ) | const |
Returns the line number in the source file where the exception occurred.
const char* getMessageText | ( | ) | const |
Returns the text of any message included with the exception