cpdbench.exception.ResultSetInconsistentException
class
ResultSetInconsistentException(builtins.Exception):
2class ResultSetInconsistentException(Exception): 3 """Exception type for inconsistencies in a result object. 4 For example when an algorithm result is to be added for an algorithm which does not exist.""" 5 pass
Exception type for inconsistencies in a result object. For example when an algorithm result is to be added for an algorithm which does not exist.
Inherited Members
- builtins.Exception
- Exception
- builtins.BaseException
- with_traceback
- args