NeoPZ
Exception
TPZInconsistentStateException.h
Go to the documentation of this file.
1
/*
2
* File: TPZInconsistentStateException.h
3
* Author: thiago
4
*
5
* Created on 21 de Agosto de 2018, 12:13
6
*/
7
8
#ifndef TPZINCONSISTENTSTATEEXCEPTION_H
9
#define TPZINCONSISTENTSTATEEXCEPTION_H
10
11
#include <string>
12
13
#include "
TPZException.h
"
14
15
class
TPZInconsistentStateException
:
public
TPZException
{
16
public
:
17
TPZInconsistentStateException
(std::string detail);
18
virtual
~TPZInconsistentStateException
();
19
private
:
20
21
};
22
23
#endif
/* TPZINCONSISTENTSTATEEXCEPTION_H */
24
TPZInconsistentStateException::~TPZInconsistentStateException
virtual ~TPZInconsistentStateException()
Definition:
TPZInconsistentStateException.cpp:13
TPZInconsistentStateException::TPZInconsistentStateException
TPZInconsistentStateException(std::string detail)
Definition:
TPZInconsistentStateException.cpp:10
TPZException.h
TPZInconsistentStateException
Definition:
TPZInconsistentStateException.h:15
TPZException
Definition:
TPZException.h:13
Generated on Sun Aug 16 2020 11:17:00 for NeoPZ by
1.8.13