Stefan Scholz / ETL
Embed: (wiki syntax)

« Back to documentation index

message_router_exception Class Reference

message_router_exception Class Reference

Base exception class for message router. More...

#include <message_router.h>

Inherits etl::exception, and etl::exception.

Inherited by message_router_illegal_id, and message_router_illegal_id.

Public Member Functions

string_type what () const
 Gets the reason for the exception.
string_type file_name () const
 Gets the file for the exception.
numeric_type line_number () const
 Gets the line for the exception.

Detailed Description

Base exception class for message router.

Definition at line 73 of file message_router.h.


Member Function Documentation

string_type file_name (  ) const [inherited]

Gets the file for the exception.

Returns:
const char* to the file.

Definition at line 89 of file exception.h.

numeric_type line_number (  ) const [inherited]

Gets the line for the exception.

Returns:
const char* to the line.

Definition at line 102 of file exception.h.

string_type what (  ) const [inherited]

Gets the reason for the exception.

Returns:
const char* to the reason.

Definition at line 79 of file exception.h.