Loading...
Searching...
No Matches
PcpErrorCapacityExceeded Class Reference

Exceeded the capacity for composition arcs at a single site. More...

#include <errors.h>

+ Inheritance diagram for PcpErrorCapacityExceeded:

Public Member Functions

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

Static Public Member Functions

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

Additional Inherited Members

- Public Attributes inherited from PcpErrorBase
const PcpErrorType errorType
 The error code.
 
PcpSite rootSite
 The site of the composed prim or property being computed when the error was encountered.
 
- Protected Member Functions inherited from PcpErrorBase
 PcpErrorBase (PcpErrorType errorType)
 Constructor.
 

Detailed Description

Exceeded the capacity for composition arcs at a single site.

Definition at line 177 of file errors.h.

Constructor & Destructor Documentation

◆ ~PcpErrorCapacityExceeded()

PCP_API ~PcpErrorCapacityExceeded ( )
override

Destructor.

Member Function Documentation

◆ New()

static PcpErrorCapacityExceededPtr New ( PcpErrorType  errorType)
static

Returns a new error object.

◆ ToString()

PCP_API std::string ToString ( ) const
overridevirtual

Converts error to string message.

Implements PcpErrorBase.


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