WorkflowException
- exception openff.evaluator.workflow.WorkflowException(message=None, protocol_id=None)[source]
An exception which was raised while executing a workflow protocol.
- classmethod from_exception(exception)
Initialize this class from an existing exception.
- Parameters
exception (Exception) – The existing exception
- Returns
The initialized exception object.
- Return type
cls
- classmethod from_json(file_path)
Create this object from a JSON file.
- Parameters
file_path (str) – The path to load the JSON from.
- Returns
The parsed class.
- Return type
cls