pynestml.exceptions package

Submodules

pynestml.exceptions.deferred_logging_exception module

exception pynestml.exceptions.deferred_logging_exception.DeferredLoggingException(code, message)

Bases: Exception

Exception holding code and message of a logging operation. Used to defer logging until source position (or other data) can be determined

pynestml.exceptions.implicit_cast_exception module

exception pynestml.exceptions.implicit_cast_exception.ImplicitCastException(code, message, resulting_type)

Bases: Exception

pynestml.exceptions.implicit_magnitude_cast_exception module

exception pynestml.exceptions.implicit_magnitude_cast_exception.ImplicitMagnitudeCastException(code, message, conversion_factor)

Bases: Exception

pynestml.exceptions.invalid_path_exception module

exception pynestml.exceptions.invalid_path_exception.InvalidPathException

Bases: Exception

This exception is thrown whenever neither a file nor a dir has been handed over. This should not happen.

pynestml.exceptions.invalid_target_exception module

exception pynestml.exceptions.invalid_target_exception.InvalidTargetException

Bases: Exception

This exception is thrown whenever an unknown target is requested.