boek.fouten module

basic package for the program.

exception AttributeSet[source]

Bases: boek.fouten.Fout

attribute is already set.

exception DataNotSet[source]

Bases: boek.fouten.Fout

missing argument attribute.

exception FileNotFoundError[source]

Bases: boek.fouten.Fout

file is not found.

exception Fout[source]

Bases: builtins.BaseException

basic Exception used in the program.

exception NoEvent[source]

Bases: boek.fouten.Fout

No event is returned.

exception NoFunction[source]

Bases: boek.fouten.Fout

No function could be found.

exception NoJSON[source]

Bases: boek.fouten.Fout

no JSON could be decoded/encoded.

exception NoTarget[source]

Bases: boek.fouten.Fout

missing argument attribute.

exception NoWorkdirSet[source]

Bases: builtins.BaseException

a working directory is needed.

exception NotImplemented[source]

Bases: boek.fouten.Fout

method is not implemented.

exception NotSet[source]

Bases: boek.fouten.Fout

attribute is not set.

exception Overload[source]

Bases: boek.fouten.Fout

method is trying to be overloaded.

exception RemoteDisconnect[source]

Bases: boek.fouten.Fout

Exception thrown when the connection is disconnected.

exception StopIter[source]

Bases: boek.fouten.Fout

stop the iteration.

exception TestFout[source]

Bases: boek.fouten.Fout

test exception.

exception WrongSignature[source]

Bases: boek.fouten.Fout

test exception.