Avoid warnings for "non-failure" exceptions in functional algorithms
In case an algo ends with an Exception, a warning or error message was always displayed. But if the exception return code is not a failure, this warning is not welcome. This is the case for example in an IO algorithm when the end of file is reached.
@graven for info and approval