L4Re - L4 Runtime Environment
|
Exception for an unknown condition. More...
#include <l4/cxx/exceptions>
Public Member Functions | |
char const * | str () const throw () |
Return a human readable string for the exception. | |
![]() | |
virtual | ~Base_exception () throw () |
Destruction. | |
![]() | |
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 | |
![]() | |
Base_exception () throw () | |
Create a base exception. | |
![]() | |
Exception_tracer () throw () | |
Create a back trace. | |
Exception for an unknown condition.
This error is usually used when a server returns an unknown return state to the client, this may indicate incompatible messages used by the client and the server.
Definition at line 219 of file exceptions.