cpdbench.exception.ResultSetInconsistentException

1class ResultSetInconsistentException(Exception):
2    """Exception type for inconsistencies in a result object.
3    For example when an algorithm result is to be added for an algorithm which does not exist."""
4    pass
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