FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
Public Member Functions | Public Attributes | List of all members
Wizt::VertexField::Error Struct Reference

Exception class. More...

#include <VertexField.hpp>

Inheritance diagram for Wizt::VertexField::Error:
Wizt::GLError Wizt::RenderException MemCore::Exception

Public Member Functions

 Error (const char *what, const string &f, const char *srcfilename, unsigned lineNo)
 
- Public Member Functions inherited from Wizt::GLError
bool OutOfMemory () const
 
const charwhat () const noexcept override
 
- Public Member Functions inherited from Wizt::RenderException
 RenderException (int ErrorCode, const char *src, const char *filename, unsigned lineNo) noexcept
 
- Public Member Functions inherited from MemCore::Exception
 Exception (const char *s, const char *filename=0, int LineNo=0) noexcept
 
 Exception (const Exception &E) noexcept
 
 Exception (const std::string &s, const char *filename=nullptr, int LineNo=0) noexcept
 

Public Attributes

MemCore::simplestring fieldname
 
- Public Attributes inherited from Wizt::RenderException
MemCore::simplestring ErrorDescription
 
MemCore::simplestring infolog
 
MemCore::simplestring ShaderSource
 
MemCore::simplestring VariableName
 
- Public Attributes inherited from MemCore::Exception
simplestring description
 
unsigned sourcefilelinenumber
 
simplestring sourcefilename
 

Detailed Description

Exception class.