The Vish Visualization Shell 0.3
Vish
Public Member Functions | Public Attributes | List of all members
Wizt::RenderException Struct Reference

Exception class for errors during rendering. More...

#include <ocean/Anemonia/RenderException.hpp>

Inheritance diagram for Wizt::RenderException:
MemCore::Exception Wizt::GLError Wizt::BufferArray::Error Wizt::GLOutOfMemory Wizt::GLProgram::Error Wizt::Shader::Error Wizt::UserRenderException Wizt::VBO::Error Wizt::BufferArray::Inconsistency Wizt::GLProgram::CannotAssignUniform Wizt::GLProgram::LinkerError Wizt::GLProgram::NoSuchAttribute Wizt::GLProgram::NoSuchUniform Wizt::GLProgram::NotSupportedCall Wizt::URenderException< GLCacheError > Wizt::URenderException< Domain, ExceptionBase >

Public Member Functions

 RenderException () noexcept
 Default constructor.
 
 RenderException (int ErrorCode, const char *src, const char *filename, unsigned lineNo) noexcept
 Construct from native string.
 
- Public Member Functions inherited from MemCore::Exception
 Exception ()
 Empty construction.
 
 Exception (const char *s, const char *filename=0, int LineNo=0) noexcept
 Construct description from native C string.
 
 Exception (const Exception &E) noexcept
 Copy constructor with description.
 
 Exception (const std::string &s, const char *filename=nullptr, int LineNo=0) noexcept
 Construct from STL string.
 

Public Attributes

MemCore::simplestring ErrorDescription
 Copy of the GLdescription() function, but only used for copied RenderException objects.
 
MemCore::simplestring infolog
 Optional infolog string.
 
MemCore::simplestring ShaderSource
 Optional entire source code of the shader program.
 
MemCore::simplestring VariableName
 Optional name of a specific variable causing problems.
 
- Public Attributes inherited from MemCore::Exception
simplestring description
 optional detailed description
 
unsigned sourcefilelinenumber
 source line number
 
simplestring sourcefilename
 source file name
 

Detailed Description

Exception class for errors during rendering.