MAPL_ThrowMod Module


Used by

  • module~~mapl_throwmod~~UsedByGraph module~mapl_throwmod MAPL_ThrowMod module~mapl_errorhandling mapl_ErrorHandling module~mapl_errorhandling->module~mapl_throwmod module~mapl_exceptionhandling MAPL_ExceptionHandling module~mapl_exceptionhandling->module~mapl_throwmod module~maplshared MaplShared module~maplshared->module~mapl_throwmod proc~init_tests init_tests proc~init_tests->module~mapl_throwmod proc~initialize~3 Initialize proc~initialize~3->module~mapl_throwmod

Subroutines

public subroutine MAPL_set_throw_method(method)

Arguments

Type IntentOptional Attributes Name
procedure(throw) :: method

public subroutine MAPL_throw_exception(filename, line_number, message)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: filename
integer, intent(in) :: line_number
character(len=*), intent(in), optional :: message