Class TransportException

Inheritance Relationships

Base Type

Derived Type

Class Documentation

class TransportException : public clearpath::Exception

Subclassed by clearpath::BadAckException

Public Types

enum errors

Values:

enumerator ERROR_BASE
enumerator NOT_CONFIGURED
enumerator CONFIGURE_FAIL
enumerator UNACKNOWLEDGED_SEND
enumerator BAD_ACK_RESULT

Public Functions

TransportException(const char *msg, enum errors ex_type = ERROR_BASE)

Public Members

enum errors type