#include <pg_def.h>
Public Member Functions | |
| pgException (const char *exception, const char *file, u32 line) | |
| Constructs and initializes a pgException. | |
| const char * | getException () const |
| Returns the name of the exception. | |
| const char * | getFile () const |
| Returns the file name in where the exception occurred. | |
| u32 | getLine () const |
| Returns the line number at where the exception occurred. | |
| pgException::pgException | ( | const char * | exception, | |
| const char * | file, | |||
| u32 | line | |||
| ) | [inline] |
Constructs and initializes a pgException.
| [in] | exception | The name of an exception. |
| [in] | file | The file name in where an exception occurred. |
| [in] | line | The line number at where an exception occurred. |
| const char* pgException::getException | ( | ) | const [inline] |
Returns the name of the exception.
| const char* pgException::getFile | ( | ) | const [inline] |
Returns the file name in where the exception occurred.
| u32 pgException::getLine | ( | ) | const [inline] |
Returns the line number at where the exception occurred.
1.5.8