FastenerApplicationError

exception compas_timber.errors.FastenerApplicationError[source]

Bases: Exception

Raised when a fastener cannot be applied to a joint.

Attributes:
elementslist ofclass:~compas_timber.elements.TimberElement

The elements of the Joint to which the fastener could not be applied.

fastenerFastener

The fastener that could not be applied.

messagestr

The error message.