NeoPZ
Exception
TPZException.cpp
Go to the documentation of this file.
1
/*
2
* File: TPZException.cpp
3
* Author: thiago
4
*
5
* Created on 21 de Agosto de 2018, 12:14
6
*/
7
8
#include "
TPZException.h
"
9
10
TPZException::TPZException
(std::string detail) : fDetail(detail) {
11
}
12
13
std::string
TPZException::GetDetail
()
const
{
14
return
fDetail
;
15
}
16
17
TPZException::~TPZException
() {
18
}
19
20
void
TPZException::SetDetail
(std::string detail) {
21
this->
fDetail
= detail;
22
}
23
TPZException::TPZException
TPZException(std::string detail)
Definition:
TPZException.cpp:10
TPZException.h
TPZException::~TPZException
virtual ~TPZException()
Definition:
TPZException.cpp:17
TPZException::SetDetail
void SetDetail(std::string detail)
Definition:
TPZException.cpp:20
TPZException::GetDetail
virtual std::string GetDetail() const
Definition:
TPZException.cpp:13
TPZException::fDetail
std::string fDetail
Definition:
TPZException.h:21
Generated on Sun Aug 16 2020 11:17:00 for NeoPZ by
1.8.13