HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PcpErrorCapacityExceeded Class Reference

#include <errors.h>

+ Inheritance diagram for PcpErrorCapacityExceeded:

Public Member Functions

PCP_API ~PcpErrorCapacityExceeded () override
 Destructor. More...
 
PCP_API std::string ToString () const override
 Converts error to string message. More...
 
- Public Member Functions inherited from PcpErrorBase
virtual PCP_API ~PcpErrorBase ()
 Destructor. More...
 

Static Public Member Functions

static PcpErrorCapacityExceededPtr New (PcpErrorType errorType)
 Returns a new error object. More...
 

Additional Inherited Members

- Public Attributes inherited from PcpErrorBase
const PcpErrorType errorType
 The error code. More...
 
PcpSite rootSite
 
- Protected Member Functions inherited from PcpErrorBase
 PcpErrorBase (PcpErrorType errorType)
 Constructor. More...
 

Detailed Description

Exceeded the capacity for composition arcs at a single site.

Definition at line 174 of file errors.h.

Constructor & Destructor Documentation

PCP_API PcpErrorCapacityExceeded::~PcpErrorCapacityExceeded ( )
override

Destructor.

Member Function Documentation

static PcpErrorCapacityExceededPtr PcpErrorCapacityExceeded::New ( PcpErrorType  errorType)
static

Returns a new error object.

PCP_API std::string PcpErrorCapacityExceeded::ToString ( ) const
overridevirtual

Converts error to string message.

Implements PcpErrorBase.


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