flory.common.exceptions

Exceptions that package flory might raise.

Exceptions

ComponentNumberError

Error indicating mismatch of number of components.

FeatureNumberError

Error indicating mismatch of number of features.

VolumeFractionError

Error indicating that the volume fraction is smaller than 0.

exception ComponentNumberError[source]

Bases: ValueError

Error indicating mismatch of number of components.

exception FeatureNumberError[source]

Bases: ValueError

Error indicating mismatch of number of features.

exception VolumeFractionError[source]

Bases: ValueError

Error indicating that the volume fraction is smaller than 0.