Exceptions¶
givp.GivpError ¶
Bases: Exception
Base class for all givp errors.
givp.InvalidBoundsError ¶
Bases: GivpError, ValueError
Raised when the lower/upper bound vectors are inconsistent.
givp.InvalidInitialGuessError ¶
Bases: GivpError, ValueError
Raised when the initial guess is incompatible with the bounds.
givp.InvalidConfigError ¶
Bases: GivpError, ValueError
Raised when a :class:GraspIlsVndConfig field has an invalid value.