core.errors module

exceptions package.

exception AttributeSet[source]

Bases: core.errors.Error

attribute is already set.

exception DataNotSet[source]

Bases: core.errors.Error

missing argument attribute.

exception Error[source]

Bases: builtins.BaseException

basic Exception used in the program.

exception FileNotFoundError[source]

Bases: core.errors.Error

file is not found.

exception NoJSON[source]

Bases: core.errors.Error

no JSON could be decoded/encoded.

exception NoTarget[source]

Bases: core.errors.Error

missing argument attribute.

exception NoWorkdirSet[source]

Bases: builtins.BaseException

a working directory is needed.

exception NotSet[source]

Bases: core.errors.Error

attribute is not set.

exception Overload[source]

Bases: core.errors.Error

method is trying to be overloaded.

exception RemoteDisconnect[source]

Bases: core.errors.Error

Exception thrown when the connection is disconnected.