libMesh::FloatingPointException Class Reference

#include <libmesh_exceptions.h>

Inheritance diagram for libMesh::FloatingPointException:

Public Member Functions

 FloatingPointException ()
 

Detailed Description

A class representing a floating point exception.

Definition at line 98 of file libmesh_exceptions.h.

Constructor & Destructor Documentation

◆ FloatingPointException()

libMesh::FloatingPointException::FloatingPointException ( )
inline

Definition at line 101 of file libmesh_exceptions.h.

101 : std::runtime_error( "libmesh FPE!" ) {}

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