sarkas.utilities.exceptions#

Module of Exceptions and warnings specific to Sarkas.

Exceptions

AlgorithmError

The base error for errors related to the chosen algorithm.

AlgorithmWarning

The base warning for warnings related to the used algorithm.

ParticlesError

The base error for errors related to the Particles class.

ParticlesWarning

The base warning for warnings related to the Particles class.

PhysicsWarning

The base warning for warnings related to non-physical situations.

SarkasError

Base class of Sarkas custom errors.

SarkasWarning

Base class of Sarkas custom warnings.

TimerError

A custom exception used to report errors in use of Timer class