L4Re Operating System Framework
Interface and Usage Documentation
|
Files | |
file | exceptions |
Base exceptions. | |
file | std_exc_io |
Base exceptions std stream operator. | |
Data Structures | |
class | L4::Exception_tracer |
Back-trace support for exceptions. More... | |
class | L4::Base_exception |
Base class for all exceptions, thrown by the L4Re framework. More... | |
class | L4::Runtime_error |
Exception for an abstract runtime error. More... | |
class | L4::Out_of_memory |
Exception signalling insufficient memory. More... | |
class | L4::Element_already_exists |
Exception for duplicate element insertions. More... | |
class | L4::Unknown_error |
Exception for an unknown condition. More... | |
class | L4::Element_not_found |
Exception for a failed lookup (element not found). More... | |
class | L4::Invalid_capability |
Indicates that an invalid object was invoked. More... | |
class | L4::Com_error |
Error conditions during IPC. More... | |
class | L4::Bounds_error |
Access out of bounds. More... | |
Macros | |
#define | L4_CXX_EXCEPTION_BACKTRACE 20 |
Number of instruction pointers in backtrace. | |