|
type(type_exception) mod_exception::e_error |
( |
integer,intent(in) |
number_, |
|
|
character(len= 100 ),intent(in) |
what_, |
|
|
integer,intent(in) |
level_ | |
|
) |
| | |
subroutine e_print_err(err_)
init a type_exception
- Author:
- Abal-Kassim Cheik Ahamed <akcheik@gmail.com>
- Parameters:
-
| number_ | : error number |
| level_ | : error level |
| what_ | : error signification |
- Date:
- 12th of March, 2011
- Returns:
- err_ : the error type
- Attention:
- destructor and add the stop
Definition at line 49 of file exception.f90.
|