![]() |
Ice Sheet System Model
4.18
Code documentation
|
: two types of exceptions are handled for now. Errors, and warnings. Those exceptions are trapped provided the matlab modules are started using MODULEBOOT, and ended using MODULEEND. These are macros hiding try, catch statements. This header file defines our own exceptions More...
#include <exception>
#include <string>
#include <iostream>
#include <sstream>
#include <iomanip>
#include <iosfwd>
Go to the source code of this file.
Data Structures | |
class | ErrorException |
Macros | |
#define | _assert_(ignore) ((void) 0) |
#define | _error_(StreamArgs) |
#define | ExceptionTrapBegin() |
#define | ExceptionTrapEnd() |
: two types of exceptions are handled for now. Errors, and warnings. Those exceptions are trapped provided the matlab modules are started using MODULEBOOT, and ended using MODULEEND. These are macros hiding try, catch statements. This header file defines our own exceptions
Definition in file exceptions.h.
#define _assert_ | ( | ignore | ) | ((void) 0) |
Definition at line 37 of file exceptions.h.
#define _error_ | ( | StreamArgs | ) |
Definition at line 49 of file exceptions.h.
#define ExceptionTrapBegin | ( | ) |
Definition at line 61 of file exceptions.h.
#define ExceptionTrapEnd | ( | ) |
Definition at line 64 of file exceptions.h.