nengo_spa.exceptions¶
Exceptions
An error in the usage of the SPA action selection system. |
|
A exception within the SPA subsystem. |
|
An error encountered while parsing a SPA expression. |
|
The evaluation of types in an SPA expression was invalid. |
-
exception
nengo_spa.exceptions.
SpaException
[source]¶ Bases:
Exception
A exception within the SPA subsystem.
-
exception
nengo_spa.exceptions.
SpaActionSelectionError
[source]¶ Bases:
nengo_spa.exceptions.SpaException
An error in the usage of the SPA action selection system.
-
exception
nengo_spa.exceptions.
SpaParseError
[source]¶ Bases:
nengo_spa.exceptions.SpaException
,ValueError
An error encountered while parsing a SPA expression.
-
exception
nengo_spa.exceptions.
SpaTypeError
[source]¶ Bases:
nengo_spa.exceptions.SpaException
,ValueError
The evaluation of types in an SPA expression was invalid.