parsley.exceptions package

Module contents

Basic exception classes.

exception parsley.exceptions.ConfigurationError

Bases: parsley.exceptions.ParsleyError

exception parsley.exceptions.EnablingImpossibleExecutionError

Bases: parsley.exceptions.ParsleyEngineExecutionError

exception parsley.exceptions.ErrorDisablingPreparationExecutionError

Bases: parsley.exceptions.ParsleyEngineExecutionError

exception parsley.exceptions.ErrorEnablingPreparationExecutionError

Bases: parsley.exceptions.ParsleyEngineExecutionError

exception parsley.exceptions.ErrorExecutingExecutionError

Bases: parsley.exceptions.ParsleyEngineExecutionError

exception parsley.exceptions.ErrorGettingPreparationStateExecutionError

Bases: parsley.exceptions.ParsleyEngineExecutionError

exception parsley.exceptions.ErrorInitializingExecutionError

Bases: parsley.exceptions.ParsleyEngineExecutionError

exception parsley.exceptions.InvalidCommandLineError

Bases: parsley.exceptions.ParsleyError

exception parsley.exceptions.ParsleyEngineExecutionError

Bases: parsley.exceptions.ParsleyError

exception parsley.exceptions.ParsleyError

Bases: Exception

exception parsley.exceptions.PreparationDisabledAfterEnablingExecutionError

Bases: parsley.exceptions.ParsleyEngineExecutionError

exception parsley.exceptions.PreparationEnabledAfterDisablingExecutionError

Bases: parsley.exceptions.ParsleyEngineExecutionError

exception parsley.exceptions.PreparationEnabledBeforeEnablingExecutionError

Bases: parsley.exceptions.ParsleyEngineExecutionError

exception parsley.exceptions.ReadInvalidConfigurationError

Bases: parsley.exceptions.ConfigurationError