neurom.exceptions

Module containing NeuroM specific exceptions.

Exceptions

ConfigError

Exception class for configuration data in apps errors.

IDSequenceError

Exception for raw data with illegal point ID sequence.

MissingParentError

Exception for raw data with missing parent IDs.

MultipleTrees

Exception for raw data with multiple trees.

NeuroMError

Base class for all NeuroM exceptions.

RawDataError

Exception class for raw data errors.

SomaError

Exception for soma construction errors.

exception neurom.exceptions.ConfigError[source]

Bases: neurom.exceptions.NeuroMError

Exception class for configuration data in apps errors.

exception neurom.exceptions.IDSequenceError[source]

Bases: neurom.exceptions.RawDataError

Exception for raw data with illegal point ID sequence.

exception neurom.exceptions.MissingParentError[source]

Bases: neurom.exceptions.RawDataError

Exception for raw data with missing parent IDs.

exception neurom.exceptions.MultipleTrees[source]

Bases: neurom.exceptions.RawDataError

Exception for raw data with multiple trees.

exception neurom.exceptions.NeuroMError[source]

Bases: Exception

Base class for all NeuroM exceptions.

exception neurom.exceptions.RawDataError[source]

Bases: neurom.exceptions.NeuroMError

Exception class for raw data errors.

exception neurom.exceptions.SomaError[source]

Bases: neurom.exceptions.NeuroMError

Exception for soma construction errors.