Elm  2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
Exception Class Reference

#include <elm/util/Exception.h>

+ Inheritance diagram for Exception:

Public Member Functions

virtual ~Exception (void)
 
virtual String message (void)
 

Detailed Description

The base class of exceptions in Elm.

Constructor & Destructor Documentation

◆ ~Exception()

~Exception ( void  )
virtual

Member Function Documentation

◆ message()

String message ( void  )
virtual

Return a message describing the exception.

Returns
Exception message.

Reimplemented in KeyException, BadAlloc, MessageException, and SystemException.

Referenced by Manager::manage().


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