#include <Exception.h>
Public Types | |
| enum | { FILE_NOT_FOUND, BAD_PLANE_VIEW, BAD_PLANE_NUMBER, BAD_NODE, BAD_GEO_CONFIG, BAD_CELL_UNIQUE_ID } |
| Enumerate all the types of exceptions thrown. More... | |
Public Member Functions | |
| Exception (const char *f, int lno, int x, const char *msg=0) | |
Public Attributes | |
| std::string | fFile |
| int | fLine |
| File the threw the exception. | |
| int | fId |
| Line number from which the exception was thrown. | |
| std::string | fMsg |
| Id # of exception (see above). | |
Definition at line 15 of file pkgs/Geometry/Exception.h.
|
|
Enumerate all the types of exceptions thrown.
Definition at line 18 of file pkgs/Geometry/Exception.h.
00018 {
00019 FILE_NOT_FOUND,
00020 BAD_PLANE_VIEW,
00021 BAD_PLANE_NUMBER,
00022 BAD_NODE,
00023 BAD_GEO_CONFIG,
00024 BAD_CELL_UNIQUE_ID
00025 };
|
|
||||||||||||||||||||
|
Exceptions thrown by the geometry package
Definition at line 32 of file pkgs/Geometry/Exception.h. References fFile, fId, fLine, and fMsg.
|
|
|
Definition at line 40 of file pkgs/Geometry/Exception.h. Referenced by Exception(). |
|
|
Line number from which the exception was thrown.
Definition at line 42 of file pkgs/Geometry/Exception.h. Referenced by Exception(). |
|
|
File the threw the exception.
Definition at line 41 of file pkgs/Geometry/Exception.h. Referenced by Exception(). |
|
|
Id # of exception (see above).
Definition at line 43 of file pkgs/Geometry/Exception.h. Referenced by Exception(). |
1.3.5