$extrastylesheet
libMesh::DynamicCastFailure Class Reference

#include <libmesh_exceptions.h>

List of all members.

Public Member Functions

 DynamicCastFailure ()

Detailed Description

A class representing that a dynamic cast failed to produce expected output.

Definition at line 85 of file libmesh_exceptions.h.


Constructor & Destructor Documentation

Definition at line 88 of file libmesh_exceptions.h.

: std::runtime_error( "Failed dynamic cast!" ) {}

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