Basic Image AlgorithmS Library  2.8.0
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | List of all members
BIAS::glfFBOAttachmentReleaseException Class Reference

Class is thrown when an release of some FBO attachment point is not possible. More...

#include <OpenGLFramework/Base/glfFBOAttachmentReleaseException.hh>

+ Inheritance diagram for BIAS::glfFBOAttachmentReleaseException:
+ Collaboration diagram for BIAS::glfFBOAttachmentReleaseException:

Public Member Functions

const std::string & GetFileName () const
 Returns the source code file name where the error occured. More...
 
int GetLineNumber () const
 Returns the line number in the source code file where the error occured. More...
 
const std::string & GetMessageString () const
 Returns the description of the error including the file name and line number where the error occured. More...
 
 glfFBOAttachmentReleaseException (const std::string &fileName, int lineNumber, const std::string &message)
 

Detailed Description

Class is thrown when an release of some FBO attachment point is not possible.

Author
bartczak 09/2008

Definition at line 37 of file glfFBOAttachmentReleaseException.hh.

Constructor & Destructor Documentation

glfFBOAttachmentReleaseException::glfFBOAttachmentReleaseException ( const std::string &  fileName,
int  lineNumber,
const std::string &  message 
)

Definition at line 29 of file glfFBOAttachmentReleaseException.cpp.

Member Function Documentation

const std::string & glfException::GetFileName ( ) const
inherited

Returns the source code file name where the error occured.

Definition at line 42 of file glfException.cpp.

int glfException::GetLineNumber ( ) const
inherited

Returns the line number in the source code file where the error occured.

Definition at line 47 of file glfException.cpp.

const std::string & glfException::GetMessageString ( ) const
inherited

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