ADTF  3.18.2
PathException

Exception class used by Path methods. More...

Inheritance diagram for PathException:
[legend]

Public Member Functions

 PathException (const std::string &message)
 CTOR. More...
 

Detailed Description

Exception class used by Path methods.

Definition at line 30 of file path.h.

Constructor & Destructor Documentation

◆ PathException()

PathException ( const std::string &  message)

CTOR.

Parameters
[in]messageThe message the exception distributes.