Goby3  3.1.4
2024.02.22
goby::middleware::frontseat::Exception Class Reference

#include <goby/middleware/frontseat/exception.h>

Inheritance diagram for goby::middleware::frontseat::Exception:
goby::Exception

Public Member Functions

 Exception ()
 
 Exception (protobuf::HelmError err)
 
 Exception (protobuf::FrontSeatError err)
 
protobuf::HelmError helm_err () const
 
bool is_helm_error () const
 
protobuf::FrontSeatError fs_err () const
 
bool is_fs_error () const
 

Detailed Description

Definition at line 37 of file exception.h.

Constructor & Destructor Documentation

◆ Exception() [1/3]

goby::middleware::frontseat::Exception::Exception ( )
inline

Definition at line 40 of file exception.h.

◆ Exception() [2/3]

goby::middleware::frontseat::Exception::Exception ( protobuf::HelmError  err)
inline

Definition at line 49 of file exception.h.

◆ Exception() [3/3]

goby::middleware::frontseat::Exception::Exception ( protobuf::FrontSeatError  err)
inline

Definition at line 57 of file exception.h.

Member Function Documentation

◆ fs_err()

protobuf::FrontSeatError goby::middleware::frontseat::Exception::fs_err ( ) const
inline

Definition at line 70 of file exception.h.

◆ helm_err()

protobuf::HelmError goby::middleware::frontseat::Exception::helm_err ( ) const
inline

Definition at line 67 of file exception.h.

◆ is_fs_error()

bool goby::middleware::frontseat::Exception::is_fs_error ( ) const
inline

Definition at line 71 of file exception.h.

◆ is_helm_error()

bool goby::middleware::frontseat::Exception::is_helm_error ( ) const
inline

Definition at line 68 of file exception.h.


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