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

#include <Exceptions.h>

Inheritance diagram for scsl::NotImplemented:

Public Member Functions

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

Detailed Description

NotImplemented is an exception reserved for unsupported platforms.

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

Constructor & Destructor Documentation

◆ NotImplemented()

scsl::NotImplemented::NotImplemented ( const char *  pl)
inlineexplicit

NotImplemented exceptions are constructed with a platform name.

Member Function Documentation

◆ what()

const char * scsl::NotImplemented::what ( ) const
throw (
)
inline

what returns a message naming the platform.


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