Exception Classes

exception expandobjects.exceptions.BasePyExpandObjectsException[source]

Base class for all PyExpandObjects related exceptions

exception expandobjects.exceptions.FileIOProblem[source]

Raised when there is a file IO problem, such as a file getting deleted

exception expandobjects.exceptions.InvalidCommandLineArguments[source]

Raised when there is a problem with the command line arguments

exception expandobjects.exceptions.VirtualMethodUse(base_class_name, method_name)[source]

Raised when a pure virtual method is called instead of calling the derived class method