maltoolbox.exceptions module
- exception maltoolbox.exceptions.AttackGraphException[source]
Bases:
MalToolboxExceptionBase exception for all attack-graph related exceptions.
- exception maltoolbox.exceptions.AttackGraphStepExpressionError[source]
Bases:
AttackGraphExceptionA target attack step cannot be linked with for a step expression.
- exception maltoolbox.exceptions.DuplicateModelAssociationError[source]
Bases:
ModelExceptionAssociations should be unique as part of Model
- exception maltoolbox.exceptions.LanguageGraphAssociationError[source]
Bases:
LanguageGraphExceptionError in building an association.
For example, right or left-hand side asset of association missing in language graph.
- exception maltoolbox.exceptions.LanguageGraphException[source]
Bases:
MalToolboxExceptionBase exception for all language-graph related exceptions.
- exception maltoolbox.exceptions.LanguageGraphStepExpressionError[source]
Bases:
LanguageGraphExceptionA target asset cannot be linked with for a step expression.
- exception maltoolbox.exceptions.LanguageGraphSuperAssetNotFoundError[source]
Bases:
LanguageGraphExceptionAsset’s super asset not found in language graph during attack graph construction.
- exception maltoolbox.exceptions.MalToolboxException[source]
Bases:
ExceptionBase exception for all other maltoolbox exceptions to inherit from.
- exception maltoolbox.exceptions.ModelAssociationException[source]
Bases:
ModelExceptionException related to associations in Model
- exception maltoolbox.exceptions.ModelException[source]
Bases:
MalToolboxExceptionBase Exception for all Model related exceptions