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 hypo-static!')

Bases: Exception

Exception when the system can be solved in multiple ways.

__init__(linkage, message='The system is hypo-static!')
exception pylinkage.exceptions.UnbuildableError(joint, message='Unable to solve constraints')

Bases: Exception

Should be raised when the constraints cannot be solved.

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