nutopy.errors

Errors description

exception Error(value)[source]

Bases: Exception

This exception is the generic class

exception ArgumentTypeError(value)[source]

Bases: nutopy.errors.Error

This exception may be raised when one argument of a function has a wrong type

exception ArgumentDimensionError(value)[source]

Bases: nutopy.errors.Error

This exception may be raised when one array argument of a function has not consistent dimensions with respect to others parameters

exception InputArgumentError(value)[source]

Bases: nutopy.errors.Error

This exception may be raised when the number of input arguments is wrong

exception OptionNameError(value)[source]

Bases: nutopy.errors.Error

This exception may be raised when one tries to get an option which does not exist