Home
last modified time | relevance | path

Searched refs:ExceptionShortDescription (Results 1 – 4 of 4) sorted by relevance

/dports/games/flightgear/flightgear-2020.3.11/scripts/python/TerraSync/terrasync/
H A Dexceptions.py52 shortDesc=self.ExceptionShortDescription,
55 return self.ExceptionShortDescription
57 ExceptionShortDescription = "terrasync.py generic exception" variable in TerraSyncPyException
62 ExceptionShortDescription = "User error" variable in UserError
66 ExceptionShortDescription = "Network error" variable in NetworkError
71 ExceptionShortDescription = "Invalid data from the TerraSync repository" variable in RepoDataError
75 ExceptionShortDescription = "Invalid .dirindex file" variable in InvalidDirIndexFile
/dports/devel/py-pythondialog/pythondialog-3.5.2/
H A Ddialog.py109 return self.ExceptionShortDescription
121 ExceptionShortDescription = "Executable not found" variable in ExecutableNotFound
125 ExceptionShortDescription = "Bug in pythondialog" variable in PythonDialogBug
134 ExceptionShortDescription = "Bug in python, probably" variable in ProbablyPythonBug
138 ExceptionShortDescription = "Invalid use of pythondialog" variable in BadPythonDialogUsage
156 ExceptionShortDescription = "System error" variable in PythonDialogSystemError
161 ExceptionShortDescription = "OS error" variable in PythonDialogOSError
180 ExceptionShortDescription = "IO error" variable in PythonDialogIOError
204 ExceptionShortDescription = "'re' module error" variable in PythonDialogReModuleError
209 ExceptionShortDescription = "Unexpected dialog output" variable in UnexpectedDialogOutput
[all …]
H A DChangeLog1500 'error' subclasses to ExceptionShortDescription.
1503 ExceptionShortDescription.
H A DChangeLog.init1487 'error' subclasses to ExceptionShortDescription.
1490 ExceptionShortDescription.