#include <csignal>
#include <iostream>
#include "exceptions.hh"
Go to the source code of this file.
Functions | |
void | CatchSignals (void(*SigHandler)(int)) |
void | handle_signal (int signum) |
Variables | |
SOME_ERROR | some_error |
INPUT_ERROR | input_error |
FILE_ERROR | file_error |
MEMORY_ERROR | memory_error |
UNHANDLED_CASE_ERROR | unhandled_case_error |
ARGUMENT_ERROR | argument_error |
KEYWORD_ERROR | keyword_error |
USAGE_ERROR | usage_error |
|
Definition at line 63 of file exceptions.cc. Referenced by main(). |
|
Definition at line 86 of file exceptions.cc. Referenced by main(). |
|
Definition at line 47 of file exceptions.cc. Referenced by coarsecorrelfft(), myhamming(), myrect(), phasefilter(), phasefilterspectral(), rfilterblock(), and spatialphasefilt(). |
|
Definition at line 44 of file exceptions.cc. Referenced by bk_assert(), compinterfero(), dinsar(), productinfo::fillproductinfo(), openfstream(), readcoeff(), slcimage::readdata(), readres(), removedatleader(), subtrrefdem(), slcimage::updateslcimage(), and slcimage::updateslcimageML(). |
|
Definition at line 43 of file exceptions.cc. Referenced by cc4(), cc6(), checkprocessing(), checkrequest(), coarsecorrelfft(), coherencefft(), coherencespace(), compcoherence(), compinterfero(), orbit::computecoefficients(), coregpm(), corrfft(), flatearth(), getoffset(), handleinput(), orbit::initialize(), knab(), main(), polyfit(), polyval(), polyval1d(), productinfo::readphase(), rect(), resample(), slant2hschwabisch(), solve22(), solve33(), splineinterpol(), tri(), ts16(), ts6(), ts8(), and unwraptreeframon(). |
|
Definition at line 48 of file exceptions.cc. Referenced by checkcoarsecorr(), checkcoherence(), checkcomprefdem(), checkcomprefpha(), checkcrop(), checkdinsar(), checkfiltazi(), checkfiltphase(), checkfiltrange(), checkfine(), checkgeneral(), checkgeocode(), checkinterfero(), checkoversample(), checkporbits(), checkreadfiles(), checkresample(), checkslant2h(), checksubtrrefpha(), checkunwrap(), and readinput(). |
|
Definition at line 45 of file exceptions.cc. |
|
Definition at line 42 of file exceptions.cc. Referenced by convertgetorbout(), coregpm(), dinsar(), doinitwrite(), flatearth(), getofffile(), getorb(), inittest(), radarcodedem(), slant2hschwabisch(), subtrrefpha(), slcimage::updateslcimage(), and slcimage::updateslcimageML(). |
|
Definition at line 46 of file exceptions.cc. Referenced by azimuthfilter(), coherencespace(), compcoherence(), coregpm(), orbit::dumporbit(), fillcheckprocess(), fillprocessed(), productinfo::fillproductinfo(), finecoreg(), geocode(), getorb(), initwrite(), main(), OversampleSLC(), preview(), radarcodedem(), rangefilter(), rangefiltporbits(), productinfo::readphase(), resample(), snaphu_unwrap(), subtrrefpha(), and updateprocesscontrol(). |
|
Definition at line 49 of file exceptions.cc. Referenced by main(). |