NeoPZ
tpzoutofrange.h
Go to the documentation of this file.
1 
5 //
6 // C++ Interface: tpzoutofrange
7 //
8 // Description:
9 //
10 //
11 // Author: Philippe Devloo <phil@fec.unicamp.br>, (C) 2004
12 //
13 // Copyright: See COPYING file that comes with this distribution
14 //
15 //
16 #ifndef TPZOUTOFRANGE_H
17 #define TPZOUTOFRANGE_H
18 
25 public:
26  TPZOutofRange();
27 
29 
30 };
31 
32 #endif
This class is used as an exception thrown on an outofrange condition.
Definition: tpzoutofrange.h:24