$extrastylesheet
libMesh::NotImplemented Class Reference

#include <libmesh_exceptions.h>

List of all members.

Public Member Functions

 NotImplemented ()

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 47 of file libmesh_exceptions.h.


Constructor & Destructor Documentation

Definition at line 50 of file libmesh_exceptions.h.

: std::logic_error( "Error: not implemented!" ) {}

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