![]() |
Project
|
#include <ClusterFactory.h>
Inherits std::exception.
Public Member Functions | |
ClusterRangeException (int clusterIndex, int maxClusters) | |
Constructor defining the error. | |
~ClusterRangeException () noexcept final=default | |
Destructor. | |
const char * | what () const noexcept final |
Provide error message. | |
int | getClusterID () const |
Get the ID of the event raising the exception. | |
int | getMaxNumberOfClusters () const |
Get the maximum number of events handled by the event handler. | |
Definition at line 47 of file ClusterFactory.h.
|
inline |
Constructor defining the error.
clusterIndex | Cluster ID responsible for the exception |
maxClusters | Maximum number of clusters handled by the cluster factory |
Definition at line 53 of file ClusterFactory.h.
|
finaldefaultnoexcept |
Destructor.
|
inline |
Get the ID of the event raising the exception.
Definition at line 70 of file ClusterFactory.h.
|
inline |
Get the maximum number of events handled by the event handler.
Definition at line 74 of file ClusterFactory.h.
|
inlinefinalnoexcept |
Provide error message.
Definition at line 66 of file ClusterFactory.h.