eradiate.exceptions

Exceptions and warnings specific to Eradiate.

Exceptions

class eradiate.exceptions.KernelVariantError

Raised when encountering issues with Eradiate kernel variants.

class eradiate.exceptions.ModeError

Raised when encountering issues with Eradiate modes.

class eradiate.exceptions.TraversalError

Raised when an error is encountered during scene element traversal.

class eradiate.exceptions.UnsetModeError

Raised when an operational mode is request but no active mode is selected.

class eradiate.exceptions.UnsupportedModeError(supported=None, unsupported=None, msg=None)

Raised when a feature is not supported for the currently selected mode.

Warnings

class eradiate.exceptions.ConfigWarning

Used when encountering nonfatal configuration issues.

class eradiate.exceptions.OverriddenValueWarning

Used when a user-defined value is overridden during execution.