neurom.exceptions¶
Module containing NeuroM specific exceptions.
Exceptions
Exception class for configuration data in apps errors. |
|
Exception for raw data with illegal point ID sequence. |
|
Exception for raw data with missing parent IDs. |
|
Exception for raw data with multiple trees. |
|
Base class for all NeuroM exceptions. |
|
Exception class for raw data errors. |
|
Exception for soma construction errors. |
-
exception
neurom.exceptions.ConfigError[source]¶ Bases:
neurom.exceptions.NeuroMErrorException class for configuration data in apps errors.
-
exception
neurom.exceptions.IDSequenceError[source]¶ Bases:
neurom.exceptions.RawDataErrorException for raw data with illegal point ID sequence.
-
exception
neurom.exceptions.MissingParentError[source]¶ Bases:
neurom.exceptions.RawDataErrorException for raw data with missing parent IDs.
-
exception
neurom.exceptions.MultipleTrees[source]¶ Bases:
neurom.exceptions.RawDataErrorException for raw data with multiple trees.
-
exception
neurom.exceptions.NeuroMError[source]¶ Bases:
ExceptionBase class for all NeuroM exceptions.
-
exception
neurom.exceptions.RawDataError[source]¶ Bases:
neurom.exceptions.NeuroMErrorException class for raw data errors.
-
exception
neurom.exceptions.SomaError[source]¶ Bases:
neurom.exceptions.NeuroMErrorException for soma construction errors.