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:
ExceptionA exception within the SPA subsystem.
-
exception
nengo_spa.exceptions.SpaActionSelectionError[source]¶ Bases:
nengo_spa.exceptions.SpaExceptionAn error in the usage of the SPA action selection system.
-
exception
nengo_spa.exceptions.SpaParseError[source]¶ Bases:
nengo_spa.exceptions.SpaException,ValueErrorAn error encountered while parsing a SPA expression.
-
exception
nengo_spa.exceptions.SpaTypeError[source]¶ Bases:
nengo_spa.exceptions.SpaException,ValueErrorThe evaluation of types in an SPA expression was invalid.