Workspace 6.21.5
Public Member Functions | Public Attributes | List of all members
ShellSurfaceError Struct Reference

Base class for all exceptions related to processing shell surfaces.

#include <Mesh/DataStructures/meshexceptions.h>

Inheritance diagram for ShellSurfaceError:
[legend]

Public Member Functions

 ShellSurfaceError (const QString &reason)
 
const QString & what () const
 

Public Attributes

QString reason_
 

Constructor & Destructor Documentation

◆ ShellSurfaceError()

ShellSurfaceError ( const QString &  reason)
inline

Member Function Documentation

◆ what()

const QString & what ( ) const
inline

Returns a string describing the general cause of the current error.

Member Data Documentation

◆ reason_

QString reason_