$extrastylesheet
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

Definition at line 38 of file libmesh_exceptions.h.

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

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