scsl  0.1.1
Shimmering Clarity Standard Library
Public Member Functions | List of all members
scsl::NotImplemented Class Reference

#include <Exceptions.h>

Inheritance diagram for scsl::NotImplemented:
Inheritance graph
[legend]
Collaboration diagram for scsl::NotImplemented:
Collaboration graph
[legend]

Public Member Functions

 NotImplemented (const char *pl)
 NotImplemented exceptions are constructed with a platform name.
 
const char * what () const throw ()
 what returns a message naming the platform.
 

Detailed Description

NotImplemented is an exception reserved for unsupported platforms.

It is used to mark functionality included for compatibility, and useful for debugging.


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