ufe  4.2
Universal Front End is a DCC-agnostic component that will allow a DCC to browse and edit data in multiple data models
Ufe::InvalidPath Class Reference

Exception class to signal an invalid path. More...

#include <pathStringExcept.h>

Inheritance diagram for Ufe::InvalidPath:
Collaboration diagram for Ufe::InvalidPath:

Public Member Functions

 InvalidPath (const std::string &pathString)
 
 InvalidPath (const InvalidPath &)=default
 
 ~InvalidPath () override
 
const std::string & pathString () const
 

Private Attributes

const std::string fPathString
 

Detailed Description

Exception class to signal an invalid path.

Definition at line 68 of file pathStringExcept.h.

Constructor & Destructor Documentation

◆ InvalidPath() [1/2]

Ufe::InvalidPath::InvalidPath ( const std::string &  pathString)
inline

Definition at line 71 of file pathStringExcept.h.

◆ InvalidPath() [2/2]

Ufe::InvalidPath::InvalidPath ( const InvalidPath )
default

◆ ~InvalidPath()

Ufe::InvalidPath::~InvalidPath ( )
inlineoverride

Definition at line 74 of file pathStringExcept.h.

Member Function Documentation

◆ pathString()

const std::string& Ufe::InvalidPath::pathString ( ) const
inline

Definition at line 76 of file pathStringExcept.h.

Member Data Documentation

◆ fPathString

const std::string Ufe::InvalidPath::fPathString
private

Definition at line 79 of file pathStringExcept.h.


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