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

Exception is thrown when accessing input of a children Is only thrown when input cannot accept children. More...

#include <Interface.h>

Inheritance diagram for omni::input::exception::CannotHaveChildren:
Inheritance graph
[legend]
Collaboration diagram for omni::input::exception::CannotHaveChildren:
Collaboration graph
[legend]

Public Member Functions

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

Additional Inherited Members

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

Detailed Description

Exception is thrown when accessing input of a children Is only thrown when input cannot accept children.

Member Function Documentation

QString omni::input::exception::CannotHaveChildren::message ( ) const
throw (
)
inlinevirtual

This is the method which throw the message string.

Implements omni::Exception.

44  {
45  return QString("Input cannot have children!");
46  }

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