NeoPZ
Public Member Functions | Protected Member Functions | Private Attributes | List of all members
TPZException Class Reference

#include <TPZException.h>

Inheritance diagram for TPZException:
[legend]

Public Member Functions

 TPZException (std::string detail)
 
virtual std::string GetDetail () const
 
virtual ~TPZException ()
 

Protected Member Functions

void SetDetail (std::string detail)
 

Private Attributes

std::string fDetail
 

Detailed Description

Definition at line 13 of file TPZException.h.

Constructor & Destructor Documentation

◆ TPZException()

TPZException::TPZException ( std::string  detail)

Definition at line 10 of file TPZException.cpp.

◆ ~TPZException()

TPZException::~TPZException ( )
virtual

Definition at line 17 of file TPZException.cpp.

Member Function Documentation

◆ GetDetail()

std::string TPZException::GetDetail ( ) const
virtual

Definition at line 13 of file TPZException.cpp.

References fDetail.

◆ SetDetail()

void TPZException::SetDetail ( std::string  detail)
protected

Definition at line 20 of file TPZException.cpp.

References fDetail.

Member Data Documentation

◆ fDetail

std::string TPZException::fDetail
private

Definition at line 21 of file TPZException.h.

Referenced by GetDetail(), and SetDetail().


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