A specific type of Exception that occurs when a GraphicsDevice is lost. This typically requires a com...
Definition GraphicsException.h:64
DeviceLostException(const TranslatedString &error)
DeviceLostException(const TranslatedString &error, const TranslatedString &category)
Provides consistent interface to handle errors through the throw expression. All exceptions generated...
Definition Exception.hpp:47
A common exeption thrown when an issue occurs within the NDEVR Graphics Engine.
Definition GraphicsException.h:44
GraphicsExceptionType
Definition GraphicsException.h:47
GraphicsException(const TranslatedString &error, const TranslatedString &category)
void setMessage(const TranslatedString &message) final override
GraphicsExceptionType type() const
void setType(GraphicsExceptionType type)
GraphicsException(const TranslatedString &error)
GraphicsExceptionType m_type
Definition GraphicsException.h:57
Any text displayed to the user should be defined as a TranslatedString which allows the program to lo...
Definition TranslatedString.h:13