Go to the documentation of this file.
28 #ifndef CASA_ITERERROR_H
29 #define CASA_ITERERROR_H
32 #include <casacore/casa/aips.h>
33 #include <casacore/casa/Exceptions/Error.h>
IterBoundaryError(const char *msg=0, Category c=BOUNDARY)
IterInitError(const char *msg=0, Category c=INITIALIZATION)
InvalidIterError(const char *msg=0, Category c=GENERAL)
~IterBoundaryError() noexcept
Invalide iteration error class.
this file contains all the compiler specific defines
const Double c
Fundamental physical constants (SI units):
~InvalidIterError() noexcept
Iteration initialization error.
IterError(const char *msg=0, Category c=BOUNDARY)
Iteration Boundary error class.
~IterInitError() noexcept
Base class for all Casacore library errors.