libMesh
Public Member Functions | List of all members
libMesh::FloatingPointException Class Reference

A class representing a floating point exception. More...

#include <libmesh_exceptions.h>

Inheritance diagram for libMesh::FloatingPointException:
[legend]

Public Member Functions

 FloatingPointException ()
 

Detailed Description

A class representing a floating point exception.

Definition at line 96 of file libmesh_exceptions.h.

Constructor & Destructor Documentation

◆ FloatingPointException()

libMesh::FloatingPointException::FloatingPointException ( )
inline

Definition at line 99 of file libmesh_exceptions.h.

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

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