exceptions

Simple module for built-in exceptions

The exceptions module is a simple quick way to access the built-in exceptions.

Created on Wed Jun 16 15:20:06 2021.

@author: HugoFara

exception pylinkage.exceptions.HypostaticError(linkage, message='The system is hypostatic!')

Bases: Exception

Exception when the system can be solved in multiple ways.

__init__(linkage, message='The system is hypostatic!')

Initialize self. See help(type(self)) for accurate signature.

exception pylinkage.exceptions.UnbuildableError(joint, message='Unable to solve constraints')

Bases: Exception

Should be raised when the constraints cannont be solved.

__init__(joint, message='Unable to solve constraints')

Initialize self. See help(type(self)) for accurate signature.