genode/repos/os/src/app
Norman Feske 4d442bca30 Streamline exception types
This patch reduces the number of exception types by facilitating
globally defined exceptions for common usage patterns shared by most
services. In particular, RPC functions that demand a session-resource
upgrade not longer reflect this condition via a session-specific
exception but via the 'Out_of_ram' or 'Out_of_caps' types.

Furthermore, the 'Parent::Service_denied', 'Parent::Unavailable',
'Root::Invalid_args', 'Root::Unavailable', 'Service::Invalid_args',
'Service::Unavailable', and 'Local_service::Factory::Denied' types have
been replaced by the single 'Service_denied' exception type defined in
'session/session.h'.

This consolidation eases the error handling (there are fewer exceptions
to handle), alleviates the need to convert exceptions along the
session-creation call chain, and avoids possible aliasing problems
(catching the wrong type with the same name but living in a different
scope).
2017-05-31 13:16:07 +02:00
..
cli_monitor Streamline exception types 2017-05-31 13:16:07 +02:00
cpu_burner Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
dummy base: use 'Ram_quota' in 'Ram_session' args 2017-05-31 13:16:04 +02:00
pointer Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
rom_logger rom_logger: remove env deprecated warning 2017-02-28 12:59:31 +01:00
rom_to_file Streamline exception types 2017-05-31 13:16:07 +02:00
status_bar Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
top top: fix replacement strategy 2017-05-31 13:15:57 +02:00
trace_subject_reporter Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
usb_report_filter Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
xray_trigger Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00