Electroneum
Loading...
Searching...
No Matches
hw::trezor::exc::EncodingException Class Reference

#include <exceptions.hpp>

Inheritance diagram for hw::trezor::exc::EncodingException:
Collaboration diagram for hw::trezor::exc::EncodingException:

Public Member Functions

 EncodingException ()
 CommunicationException ()
Public Member Functions inherited from hw::trezor::exc::CommunicationException
 CommunicationException ()
 TrezorException ()
 TrezorException (std::string what)
Public Member Functions inherited from hw::trezor::exc::TrezorException
 TrezorException ()
 TrezorException (std::string what)
virtual const char * what () const throw ()

Additional Inherited Members

Protected Attributes inherited from hw::trezor::exc::TrezorException
boost::optional< std::string > reason

Detailed Description

Definition at line 79 of file exceptions.hpp.

Constructor & Destructor Documentation

◆ EncodingException()

hw::trezor::exc::EncodingException::EncodingException ( )
inline

Definition at line 82 of file exceptions.hpp.

82: CommunicationException("Trezor message encoding error"){}
Here is the call graph for this function:

Member Function Documentation

◆ CommunicationException()

Definition at line 76 of file exceptions.hpp.

76: TrezorException("Trezor communication error"){}
Here is the caller graph for this function:

The documentation for this class was generated from the following file:
  • /home/abuild/rpmbuild/BUILD/electroneum-5.1.3.1-build/electroneum-5.1.3.1/src/device_trezor/trezor/exceptions.hpp