|
L4Re - L4 Runtime Environment
|
Exception signalling insufficient memory. More...
#include <l4/cxx/exceptions>
Inheritance diagram for L4::Out_of_memory:
Collaboration diagram for L4::Out_of_memory:Public Member Functions | |
| Out_of_memory (char const *extra="") throw () | |
| Create an out-of-memory exception. | |
| ~Out_of_memory () throw () | |
| Destruction. | |
Public Member Functions inherited from L4::Runtime_error | |
| Runtime_error (long err_no, char const *extra=0) throw () | |
| Create a new Runtime_error. More... | |
| char const * | str () const throw () |
| Return a human readable string for the exception. | |
| char const * | extra_str () const |
| Get the description text for this runtime error. More... | |
| long | err_no () const throw () |
| Get the error value for this runtime error. More... | |
Public Member Functions inherited from L4::Base_exception | |
| virtual | ~Base_exception () throw () |
| Destruction. | |
Public Member Functions inherited from L4::Exception_tracer | |
| void const *const * | pc_array () const throw () |
| Get the array containing the call trace. | |
| int | frame_count () const throw () |
| Get the number of entries that are valid in the call trace. | |
Additional Inherited Members | |
Protected Member Functions inherited from L4::Base_exception | |
| Base_exception () throw () | |
| Create a base exception. | |
Protected Member Functions inherited from L4::Exception_tracer | |
| Exception_tracer () throw () | |
| Create a back trace. | |
Exception signalling insufficient memory.
Definition at line 188 of file exceptions.