#include <iso_gl_exception.h>
| Public Member Functions | |
| GLException (base::String pType, base::String pMessage, base::String pSourceFile, base::String pFunction, int pLineNumber) | |
| parameter based contstructor | |
| GLException (base::String pMessage, base::String pSourceFile, base::String pFunction, int pLineNumber) | |
| parameter based contstructor | |
| GLException (const Exception &pException) | |
| copy constructor | |
| ~GLException () | |
| destructor | |
| Protected Member Functions | |
| GLException () | |
| default constructur | |
| Static Protected Member Functions | |
| static void | initExceptionTypes () | 
| initialize exception types | |
| Static Protected Attributes | |
| static bool | sExceptionTypesInitialized | 
| reflects whether exception types have been initialized | |
| Friends | |
| std::ostream & | operator<< (std::ostream &pOstream, const GLException &pException) | 
| print exception information | |
| GLException::GLException | ( | base::String | pType, | |
| base::String | pMessage, | |||
| base::String | pSourceFile, | |||
| base::String | pFunction, | |||
| int | pLineNumber | |||
| ) | 
parameter based contstructor
| pType | type of exception | |
| pMessage | addition text describing exception | |
| pSourceFile | source code file name in which exception occurred | |
| pFunction | function name in which exception occurred | |
| pLineNumber | line number within source file at which exception occurred | 
| GLException::GLException | ( | base::String | pMessage, | |
| base::String | pSourceFile, | |||
| base::String | pFunction, | |||
| int | pLineNumber | |||
| ) | 
parameter based contstructor
| pMessage | addition text describing exception | |
| pSourceFile | source code file name in which exception occurred | |
| pFunction | function name in which exception occurred | |
| pLineNumber | line number within source file at which exception occurred | 
| GLException::GLException | ( | const Exception & | pException | ) | 
copy constructor
| pException | exception | 
| GLException::~GLException | ( | ) | 
destructor
| GLException::GLException | ( | ) |  [protected] | 
default constructur
| void GLException::initExceptionTypes | ( | ) |  [static, protected] | 
initialize exception types
| std::ostream& operator<< | ( | std::ostream & | pOstream, | |
| const GLException & | pException | |||
| ) |  [friend] | 
print exception information
| bool GLException::sExceptionTypesInitialized  [static, protected] | 
reflects whether exception types have been initialized
 1.5.1
 1.5.1