Classes | |
| class | ErrorMgr |
| Class dedicated to error management. More... | |
| struct | sErrorMsgs |
| Structure for error messages management. More... | |
Enumerations | |
| enum | errorCodes { NO_ERROR, NO_EXTENSION, MALLOC, FITS, NOT_MEF, NOT_IMGEXT, NO_EXT, NO_MASK, WRONG_BITPIX, MASK_SIZE, NOT_ALLOC_MAT, NOT_ALLOC_TABLE, NO_KLBASE } |
| Error codes. More... | |
Variables | |
| sErrorMsgs | errorMsgs [] |
| | |
The namespace contains enums, structures and classes to handle errors.
|
|
|
Initial value:
{
{NO_EXTENSION, "try to use an extension not loaded"},
{MALLOC, "cannot allocate memory"},
{FITS, "CCFits exception catched"},
{NOT_MEF, "file is not a standard MEF"},
{NOT_IMGEXT, "extension is not an image"},
{NO_EXT, "no extension at given position"},
{NO_MASK, "no mask at given position"},
{WRONG_BITPIX, "bitpix not supported"},
{MASK_SIZE, "mask dimensions are different from image ones"},
{NOT_ALLOC_MAT, "matrix not allocated before use"},
{NOT_ALLOC_TABLE, "table not allocated before use"},
{NO_KLBASE, "cannot load KL-base"},
{0, NULL}
}
|
1.3.5