nimble.exceptionsΒΆ

Module defining exceptions used in Nimble.

FileFormatException(message)

Raised when the formatting of a file is not as expected.

ImproperObjectAction(message)

Raised when the characteristics of the object prevent the operation.

InvalidArgumentType(message)

Raised when an argument type causes a failure.

InvalidArgumentTypeCombination(message)

Raised when the types of two or more arguments causes a failure.

InvalidArgumentValue(message)

Raised when an argument value causes a failure.

InvalidArgumentValueCombination(message)

Raised when the values of two or more arguments causes a failure.

NimbleException(message)

Override Python's Exception, requiring a message upon instantiation.

PackageException(message)

Raised when a package is not installed, but needed.