1"""Module dedicated to the error handling. \n
7 """Exception class for the "zero division" error.
12 """Exception class for the "input of a wrong argument" error.
17 """Exception class for the "negative value (argument or result)" error.
22 """Exception class for the "positive value (argument or result)" error.
27 """Exception class for the "wrong array dimensions" error.
32 """Exception class for the "inconsistent geometry" error.
37 """Exception class for the "member failure" error.
42 """Exception class for the "wrong node ID convention definition" error.
48 """Exception class for the "no applicability of formula of theory" error.
53 """Exception class for the "zero length element (non intentional)" error.
Exception class for the "inconsistent geometry" error.
Exception class for the "member failure" error.
Exception class for the "negative value (argument or result)" error.
Exception class for the "no applicability of formula of theory" error.
Exception class for the "positive value (argument or result)" error.
Exception class for the "input of a wrong argument" error.
Exception class for the "wrong array dimensions" error.
Exception class for the "wrong node ID convention definition" error.
Exception class for the "zero division" error.
Exception class for the "zero length element (non intentional)" error.
def __init__(self, element)