Package yapydata :: Package datatree :: Module datatree :: Class YapyDataDataTreeOidError

Class YapyDataDataTreeOidError

source code


Requested object name is not present.
Method Details

__init__(self, message='', *args, **kargs)
(Constructor)

source code 

Displays the issue of the exception.

Args:
message:
The message to be displayed. Addition options pathhook, path, and trailer are appended when present. These are also provided as memmeber variables for derived exceptions.
kargs:
pathhook:
The missing item of the path.
path:
Resolved path.
searchpath:
Optional search path.
trailer:
Optional textual hint.
Returns:
the raised exception
Raises:
itself
Decorators: