jade.exceptionsΒΆ

Common exceptions for jade package

Exceptions

ExecutionError

Raised when execution fails.

InvalidConfiguration

Raised when the configuration is invalid.

InvalidExtension

Raise when extension does not exist in EXTENSIONS

InvalidParameter

Raised when bad user input is detected.

JadeBaseException

All JADE exceptions should derive from this class.

JobAlreadyInProgress

Raised when a local job is started while another is in progress.

UserAbort

Raised when the user has aborted the operation.