$extrastylesheet
#include <libmesh_exceptions.h>
Public Member Functions | |
| DynamicCastFailure () | |
A class representing that a dynamic cast failed to produce expected output.
Definition at line 85 of file libmesh_exceptions.h.
| libMesh::DynamicCastFailure::DynamicCastFailure | ( | ) | [inline] |
Definition at line 88 of file libmesh_exceptions.h.
: std::runtime_error( "Failed dynamic cast!" ) {}