NeoPZ
|
#include <TPZException.h>
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 |
Definition at line 13 of file TPZException.h.
TPZException::TPZException | ( | std::string | detail | ) |
Definition at line 10 of file TPZException.cpp.
|
virtual |
Definition at line 17 of file TPZException.cpp.
|
virtual |
Definition at line 13 of file TPZException.cpp.
References fDetail.
|
protected |
Definition at line 20 of file TPZException.cpp.
References fDetail.
|
private |
Definition at line 21 of file TPZException.h.
Referenced by GetDetail(), and SetDetail().