Electroneum
hw::trezor::exc::DeviceAcquireException Class Reference

#include <exceptions.hpp>

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

Public Member Functions

 DeviceAcquireException ()
 
 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 97 of file exceptions.hpp.

Constructor & Destructor Documentation

◆ DeviceAcquireException()

hw::trezor::exc::DeviceAcquireException::DeviceAcquireException ( )
inline

Definition at line 100 of file exceptions.hpp.

100 : CommunicationException("Trezor could not be acquired"){}

Member Function Documentation

◆ CommunicationException()

hw::trezor::exc::CommunicationException::CommunicationException
inline

Definition at line 76 of file exceptions.hpp.

76 : TrezorException("Trezor communication error"){}

The documentation for this class was generated from the following file: