proteindf_bridge.error モジュール

exception proteindf_bridge.error.BrError(errmsg='')[ソース]

ベースクラス: Exception

このBridgeモジュールの基底クラス

exception proteindf_bridge.error.BrInputError(expr, msg)[ソース]

ベースクラス: BrError

入力値のエラーに対して送出される例外。

expr -- input expression in which the error occurred
msg  -- explanation of the error
exception proteindf_bridge.error.BrValueError(expr, msg)[ソース]

ベースクラス: BrError

値のエラーに対して送出される例外。

expr -- input expression in which the error occurred
msg  -- explanation of the error