sbol3.error

Module Contents

exception Error

Bases: Exception

Base class for exceptions in this module.

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

exception NamespaceError(message: str)

Bases: Error

Exception raised for namespace errors.

Attributes:

message – explanation of the error

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

exception SBOLError(message: str)

Bases: Error

Base class for exceptions in this module.

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