Home | History | Annotate | Download | only in common_lib

Lines Matching refs:MissingDirectoryException

25     class MissingDirectoryException(JobDirectoryException):
56 @raise MissingDirectoryException: raised if is_writable=False and the
68 raise self.MissingDirectoryException(path)
88 @raises MissingDirectoryException raised if is_writable=False and the
103 raise self.MissingDirectoryException(self.path)