libMesh::LogicError Class Reference

#include <libmesh_exceptions.h>

List of all members.

Public Member Functions

 LogicError ()

Detailed Description

A class to represent the internal "this should never happen" errors, to be thrown by "libmesh_error();"

Definition at line 35 of file libmesh_exceptions.h.


Constructor & Destructor Documentation

libMesh::LogicError::LogicError (  )  [inline]

Definition at line 38 of file libmesh_exceptions.h.

00038 : std::logic_error( "Error in libMesh internal logic" ) {}


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