|
Earth Observation Mission CFI Software EECommon Software User Manual for JAVA |
|
Class to manage the CFI exceptions. More...
Public Member Functions | |
| CfiError () | |
| Constructor. | |
| CfiError (InternalError ie) | |
| Constructor with an InternalError object as argument. | |
| long | status () |
| Get the status value of CFI function. | |
| void | addMsg (String msg) |
| Add another messsage to the error list. | |
| ErrorCodesInfo | getCodes (Vector< Long > codes) |
| Method to get the error codes. | |
| Vector< String > | getMsg (Vector< String > messages) |
| Method to get the error messages. | |
Package Attributes | |
| long | library |
| Library code (ExpcfiLibrary). | |
Class to manage the CFI exceptions.
The exceptions thrown due to errors in the execution of all the CFI functions have to be caught using this class.
| EECFI.CfiError.CfiError | ( | ) |
Constructor.
| EECFI.CfiError.CfiError | ( | InternalError | ie | ) |
Constructor with an InternalError object as argument.
| void EECFI.CfiError.addMsg | ( | String | msg | ) |
Add another messsage to the error list.
| ErrorCodesInfo EECFI.CfiError.getCodes | ( | Vector< Long > | codes | ) |
Method to get the error codes.
| Vector<String> EECFI.CfiError.getMsg | ( | Vector< String > | messages | ) |
Method to get the error messages.
| long EECFI.CfiError.status | ( | ) |
Get the status value of CFI function.
long EECFI.CfiError.library [package] |
Library code (ExpcfiLibrary).
1.7.1