scsl 1.0.1
Shimmering Clarity Standard Library
Loading...
Searching...
No Matches
Public Member Functions | List of all members
sctest::NotImplemented Class Reference

Exception reserved for unsupported platforms. More...

#include <Exceptions.h>

Inheritance diagram for sctest::NotImplemented:
Inheritance graph
[legend]
Collaboration diagram for sctest::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

Exception reserved for unsupported platforms.

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

Constructor & Destructor Documentation

◆ NotImplemented()

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

NotImplemented exceptions are constructed with a platform name.

Member Function Documentation

◆ what()

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

what returns a message naming the platform.


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