Note

This documentation is for a development version. Click here for the latest stable release (v1.3.0).

nengo_spa.exceptions

Exceptions

SpaActionSelectionError

An error in the usage of the SPA action selection system.

SpaException

A exception within the SPA subsystem.

SpaParseError

An error encountered while parsing a SPA expression.

SpaTypeError

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.