![]() |
(git:936074a)
|
Module that contains the routines for error handling. More...
Functions/Subroutines | |
| subroutine, public | cp_error_handling_setup () |
| Registers handlers with base_hooks.F. | |
| subroutine, public | cp_abort_handler (location, message) |
| Abort program with error message. | |
| subroutine, public | cp_warn_handler (location, message) |
| Signal a warning. | |
| subroutine, public | cp_hint_handler (location, message) |
| Signal a hint. | |
Variables | |
| integer, save, public | warning_counter = 0 |
Module that contains the routines for error handling.
| subroutine, public cp_error_handling::cp_error_handling_setup |
Registers handlers with base_hooks.F.
Definition at line 46 of file cp_error_handling.F.
| subroutine, public cp_error_handling::cp_abort_handler | ( | character(len=*), intent(in) | location, |
| character(len=*), intent(in) | message | ||
| ) |
Abort program with error message.
| location | ... |
| message | ... |
Definition at line 58 of file cp_error_handling.F.
| subroutine, public cp_error_handling::cp_warn_handler | ( | character(len=*), intent(in) | location, |
| character(len=*), intent(in) | message | ||
| ) |
Signal a warning.
| location | ... |
| message | ... |
Definition at line 82 of file cp_error_handling.F.
| subroutine, public cp_error_handling::cp_hint_handler | ( | character(len=*), intent(in) | location, |
| character(len=*), intent(in) | message | ||
| ) |
Signal a hint.
| location | ... |
| message | ... |
Definition at line 104 of file cp_error_handling.F.
| integer, save, public cp_error_handling::warning_counter = 0 |
Definition at line 38 of file cp_error_handling.F.