DATRW++ library: seismic data I/O with multiple formats
|
exception class declaration for libdatrwxx (prototypes) More...
Go to the source code of this file.
Macros | |
#define | DATRW_abort(M) |
Abort and give a message. More... | |
#define | DATRW_assert(C, M) DATRW_Xassert( C , M , datrw::Exception ) |
Check an assertion and report by throwing an exception. More... | |
#define | DATRW_ERROR_H_VERSION "DATRW_ERROR_H V1.8" |
#define | DATRW_illegal |
#define | DATRW_nonfatal_assert(F, C, M) if (F) { DATRW_report_assert(C,M) } else { DATRW_assert(C,M) } |
Macro to distinguish between fatal and non fatal assertions. More... | |
#define | DATRW_report_assert(C, M) |
Check an assertion and report only. More... | |
#define | DATRW_warning(N, M) |
Report a warning. More... | |
#define | DATRW_Xassert(C, M, E) |
Check an assertion and report by throwing an exception. More... | |
exception class declaration for libdatrwxx (prototypes)
exception class declaration for libdatrwxx (prototypes)
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software
Copyright (c) 2004 by Thomas Forbriger (BFO Schiltach)
REVISIONS and CHANGES
Definition in file error.h.