ethos_penalps.utilities.exceptions_and_warnings#

Module Contents#

exception ethos_penalps.utilities.exceptions_and_warnings.UnexpectedDataType(current_data_type, expected_data_type, *args: object)#

Bases: Exception

Common base class for all non-exit exceptions.

exception ethos_penalps.utilities.exceptions_and_warnings.Misconfiguration#

Bases: Exception

Common base class for all non-exit exceptions.

exception ethos_penalps.utilities.exceptions_and_warnings.UnexpectedCase#

Bases: Exception

Common base class for all non-exit exceptions.

exception ethos_penalps.utilities.exceptions_and_warnings.IllogicalSimulationState#

Bases: Exception

Common base class for all non-exit exceptions.

exception ethos_penalps.utilities.exceptions_and_warnings.IllogicalFunctionCall#

Bases: Exception

Common base class for all non-exit exceptions.

exception ethos_penalps.utilities.exceptions_and_warnings.UnexpectedBehaviorWarning#

Bases: Warning

Base class for warning categories.