pynestml.exceptions package

Submodules

pynestml.exceptions.code_generator_options_exception module

exception pynestml.exceptions.code_generator_options_exception.CodeGeneratorOptionsException

Bases: Exception

This exception is thrown whenever a non-existing option is passed to the code generator (or builder).

pynestml.exceptions.generated_code_build_exception module

exception pynestml.exceptions.generated_code_build_exception.GeneratedCodeBuildException

Bases: Exception

This exception is thrown whenever a failure occurs while building or installing the generated code for the target platform.

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.