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

#include <errors.h>

+ Inheritance diagram for PcpErrorInvalidInstanceTargetPath:

Public Member Functions

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

Static Public Member Functions

static
PcpErrorInvalidInstanceTargetPathPtr 
New ()
 Returns a new error object. More...
 

Additional Inherited Members

- Public Attributes inherited from PcpErrorTargetPathBase
SdfPath targetPath
 The invalid target or connection path that was authored. More...
 
SdfPath owningPath
 The path to the property where the target was authored. More...
 
SdfSpecType ownerSpecType
 The spec type of the property where the target was authored. More...
 
SdfLayerHandle layer
 The layer containing the property where the target was authored. More...
 
SdfPath composedTargetPath
 
- Public Attributes inherited from PcpErrorBase
const PcpErrorType errorType
 The error code. More...
 
PcpSite rootSite
 
- Protected Member Functions inherited from PcpErrorTargetPathBase
 PcpErrorTargetPathBase (PcpErrorType errorType)
 
- Protected Member Functions inherited from PcpErrorBase
 PcpErrorBase (PcpErrorType errorType)
 Constructor. More...
 

Detailed Description

Invalid target or connection path authored in an inherited class that points to an instance of that class.

Definition at line 475 of file errors.h.

Constructor & Destructor Documentation

PCP_API PcpErrorInvalidInstanceTargetPath::~PcpErrorInvalidInstanceTargetPath ( )
override

Destructor.

Member Function Documentation

static PcpErrorInvalidInstanceTargetPathPtr PcpErrorInvalidInstanceTargetPath::New ( )
static

Returns a new error object.

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

Converts error to string message.

Implements PcpErrorBase.


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