rna_library.core.error

Error classes.

Module Contents

exception rna_library.core.error.InvalidDotBracket

Bases: Exception

Inheritance diagram of rna_library.core.error.InvalidDotBracket

Exception for a mal-formed dot-bracket secondary structure.

exception rna_library.core.error.MissingDependency

Bases: Exception

Inheritance diagram of rna_library.core.error.MissingDependency

Exception for when a dependency is missing in the system

exception rna_library.core.error.InvalidArgument

Bases: Exception

Inheritance diagram of rna_library.core.error.InvalidArgument

Exception for a bad argument being supplied.