gensrc.configuration.exceptions.InvalidRelativePathException Class Reference
Inheritance diagram for gensrc.configuration.exceptions.InvalidRelativePathException:
Collaboration diagram for gensrc.configuration.exceptions.InvalidRelativePathException:

Public Member Functions

def __init__ (self, cwd, relativePath)
 

Public Attributes

 value_
 

Static Public Attributes

string INVALID_RELATIVE_PATH_ERROR
 

Detailed Description

The configured path is not a right substring of the current working
directory.

Constructor & Destructor Documentation

◆ __init__()

def gensrc.configuration.exceptions.InvalidRelativePathException.__init__ (   self,
  cwd,
  relativePath 
)
Initialize the InvalidRelativePathException object.

Member Data Documentation

◆ INVALID_RELATIVE_PATH_ERROR

string gensrc.configuration.exceptions.InvalidRelativePathException.INVALID_RELATIVE_PATH_ERROR
static
Initial value:
= """
Error initializing paths. gensrc has been started from this directory:
%(cwd)s
gensrc has been configured with this relative path:
%(relativePath)s
The relative path is expected to be a right substring of the startup directory
but this is not the case."""

The documentation for this class was generated from the following file:
  • configuration/exceptions.py