libMesh
Public Member Functions | List of all members
libMesh::NotImplemented Class Reference

A class to stub for features that should be in libMesh, but haven't been written yet, to be thrown by "libmesh_not_implemented();". More...

#include <libmesh_exceptions.h>

Inheritance diagram for libMesh::NotImplemented:
[legend]

Public Member Functions

 NotImplemented (std::string msg="")
 

Detailed Description

A class to stub for features that should be in libMesh, but haven't been written yet, to be thrown by "libmesh_not_implemented();".

Definition at line 48 of file libmesh_exceptions.h.

Constructor & Destructor Documentation

◆ NotImplemented()

libMesh::NotImplemented::NotImplemented ( std::string  msg = "")
inline

Definition at line 51 of file libmesh_exceptions.h.

51 : std::logic_error( "Error: feature not implemented!\n" + msg ) {}

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