Embedded Template Library  1.0
 All Classes Files Functions Variables Typedefs Friends Modules Pages
etl::exception Class Reference

#include <exception.h>

Public Types

typedef const char * value_type
 

Public Member Functions

 exception (value_type reason)
 Constructor.
 
value_type what () const
 

Detailed Description

A low overhead exception base class.

Member Function Documentation

value_type etl::exception::what ( ) const
inline

Gets the reason for the exception.

Returns
const char* to the reason.

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