Omnidome
Fulldome Mapping Software Toolkit
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions
omni::exception::Fatal Class Reference

#include <exception.h>

Inheritance diagram for omni::exception::Fatal:
Inheritance graph
[legend]
Collaboration diagram for omni::exception::Fatal:
Collaboration graph
[legend]

Public Member Functions

Type type () const
 Return type of exception. More...
 
- Public Member Functions inherited from omni::Exception
virtual QString message () const =0 throw ()
 This is the method which throw the message string. More...
 
virtual QString typeAsString () const
 

Additional Inherited Members

- Public Types inherited from omni::Exception
enum  Type { WARNING, ERROR, FATAL }
 

Member Function Documentation

Type omni::exception::Fatal::type ( ) const
inlinevirtual

Return type of exception.

Implements omni::Exception.

80  {
81  return FATAL;
82  }
Definition: exception.h:34

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