#include "CEGUIBase.h"
#include "CEGUIString.h"
Include dependency graph for CEGUIExceptions.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | CEGUI |
Classes | |
class | CEGUI::Exception |
Root exception class used within the GUI system. More... | |
class | CEGUI::GenericException |
Exception class used when none of the other classes are applicable. More... | |
class | CEGUI::UnknownObjectException |
Exception class used when a request was made using a name of an unknown object. More... | |
class | CEGUI::InvalidRequestException |
Exception class used when some impossible request was made for the current system state. More... | |
class | CEGUI::FileIOException |
Exception class used when a file handling problem occurs. More... | |
class | CEGUI::RendererException |
Exception class used when an problem is detected within the Renderer or related objects. More... | |
class | CEGUI::AlreadyExistsException |
Exception class used when an attempt is made to use an object name that is already in use within the system. More... | |
class | CEGUI::MemoryException |
Exception class used when a memory handling error is detected. More... | |
class | CEGUI::NullObjectException |
Exception class used when some required object or parameter is null. More... | |
class | CEGUI::ObjectInUseException |