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

Public Member Functions

def __init__ (self, corePath)
 

Public Attributes

 value_
 

Static Public Attributes

string INVALID_CORE_PATH_ERROR
 

Detailed Description

The configured path to the ObjectHandler application is incorrect.

Constructor & Destructor Documentation

◆ __init__()

def gensrc.configuration.exceptions.InvalidCorePathException.__init__ (   self,
  corePath 
)
Initialize the InvalidCorePathException object.

Member Data Documentation

◆ INVALID_CORE_PATH_ERROR

string gensrc.configuration.exceptions.InvalidCorePathException.INVALID_CORE_PATH_ERROR
static
Initial value:
= """
Error initializing paths. gensrc has been configured with the following path
to the gensrc directory in the ObjectHandler source code tree:
%(corePath)s
This path is not valid. The value is derived by appending "/gensrc/" to the
value that was supplied to the oh_dir argument on the gensrc.py command line."""

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