pgException Class Reference
[pgDef -- Basic difinitions]

The base class for the exceptions of Pogolyn. More...

#include <pg_def.h>

List of all members.

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.


Detailed Description

The base class for the exceptions of Pogolyn.

Constructor & Destructor Documentation

pgException::pgException ( const char *  exception,
const char *  file,
u32  line 
) [inline]

Constructs and initializes a pgException.

Parameters:
[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.


Member Function Documentation

const char* pgException::getException (  )  const [inline]

Returns the name of the exception.

Returns:
The name of the exception.

const char* pgException::getFile (  )  const [inline]

Returns the file name in where the exception occurred.

Returns:
The file name in where the exception occurred.

u32 pgException::getLine (  )  const [inline]

Returns the line number at where the exception occurred.

Returns:
the line number at where the exception occurred.


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

Generated on Sat Aug 15 11:24:38 2009 for Pogolyn by  doxygen 1.5.8