L4Re - L4 Runtime Environment
|
Exception used by Queue to indicate descriptor errors. More...
Public Types | |
enum | Error { Bad_address, Bad_rights, Bad_flags, Bad_next, Bad_size } |
The error code. More... | |
Public Member Functions | |
Bad_descriptor (Request_processor const *proc, Error e) | |
Make a bad descriptor exception. More... | |
char const * | message () const |
Get a human readable description of the error code. More... | |
Data Fields | |
Request_processor const * | proc |
The processor that triggered the exception. | |
|
inline |
|
inline |