core.errors module

basic package for the program.

exception core.errors.AttributeSet[source]

Bases: core.errors.Error

attribute is already set.

exception core.errors.DataNotSet[source]

Bases: core.errors.Error

missing argument attribute.

exception core.errors.Error[source]

Bases: builtins.BaseException

basic Exception used in the program.

exception core.errors.FileNotFoundError[source]

Bases: core.errors.Error

file is not found.

exception core.errors.NoEvent[source]

Bases: core.errors.Error

No event is returned.

exception core.errors.NoFunction[source]

Bases: core.errors.Error

No function could be found.

exception core.errors.NoJSON[source]

Bases: core.errors.Error

no JSON could be decoded/encoded.

exception core.errors.NoTarget[source]

Bases: core.errors.Error

missing argument attribute.

exception core.errors.NoWorkdirSet[source]

Bases: core.errors.Error

a working directory is needed.

exception core.errors.NotImplemented[source]

Bases: core.errors.Error

method is not implemented.

exception core.errors.NotSet[source]

Bases: core.errors.Error

attribute is not set.

exception core.errors.Overload[source]

Bases: core.errors.Error

method is trying to be overloaded.

exception core.errors.RemoteDisconnect[source]

Bases: core.errors.Error

Exception thrown when the connection is disconnected.

exception core.errors.StopIter[source]

Bases: core.errors.Error

stop the iteration.

exception core.errors.TestError[source]

Bases: core.errors.Error

test exception.

exception core.errors.WrongArgument[source]

Bases: core.errors.Error

wrong argument given.

exception core.errors.WrongSignature[source]

Bases: core.errors.Error

test exception.

core.errors.error(*args, **kwargs)[source]

Previous topic

core.dispatcher module

Next topic

core.kernel module