![]() |
|
Base class for composition errors related to relocates. More...
#include <errors.h>
Inheritance diagram for PcpErrorRelocationBase:Public Member Functions | |
| PCP_API | ~PcpErrorRelocationBase () override |
| Destructor. | |
Public Member Functions inherited from PcpErrorBase | |
| virtual PCP_API | ~PcpErrorBase () |
| Destructor. | |
| virtual std::string | ToString () const =0 |
| Converts error to string message. | |
Protected Member Functions | |
| PcpErrorRelocationBase (PcpErrorType errorType) | |
Protected Member Functions inherited from PcpErrorBase | |
| PcpErrorBase (PcpErrorType errorType) | |
| Constructor. | |
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. | |
|
override |
Destructor.