Omnidome
Fulldome Mapping Software Toolkit
|
#include <exception.h>
Public Member Functions | |
Type | type () const |
Return type of exception. More... | |
![]() | |
virtual QString | message () const =0 throw () |
This is the method which throw the message string. More... | |
virtual QString | typeAsString () const |
Additional Inherited Members | |
![]() | |
enum | Type { WARNING, ERROR, FATAL } |
|
inlinevirtual |
Return type of exception.
Implements omni::Exception.