mordred.error package¶
-
class
mordred.error.
Missing
(error, stack)[source]¶ Bases:
mordred.error.MissingValueBase
known errored value
-
header
= 'Missing'¶
-
error
¶
-
stack
¶
-
-
class
mordred.error.
Error
(error, stack)[source]¶ Bases:
mordred.error.MissingValueBase
unknown errored value
-
header
= 'ERROR'¶
-
error
¶
-
stack
¶
-
-
exception
mordred.error.
MordredException
[source]¶ Bases:
Exception
-
args
¶
-
with_traceback
()¶ Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
-
-
exception
mordred.error.
MultipleFragments
[source]¶ Bases:
mordred.error.MordredException
-
args
¶
-
with_traceback
()¶ Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
-
-
exception
mordred.error.
Missing3DCoordinate
[source]¶ Bases:
mordred.error.MordredException
-
args
¶
-
with_traceback
()¶ Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.
-