pyworkflow.exceptions module

Module to define pyworkflow exceptions

exception pyworkflow.exceptions.PyworkflowException(*args, url='http://scipion.i2pc.es/contact')[source]

Bases: Exception

Root exception it has an extra attribute url that is meant to provide information about the error and how to solve it

getUrl()[source]
exception pyworkflow.exceptions.ValidationException(*args, url='http://scipion.i2pc.es/contact')[source]

Bases: PyworkflowException

Validation exception