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

libMesh::NotImplemented::NotImplemented (  )  [inline]

Definition at line 50 of file libmesh_exceptions.h.

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


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

Site Created By: libMesh Developers
Last modified: February 05 2013 19:55:28 UTC

Hosted By:
SourceForge.net Logo