errors module

pybill.lib.errors module contains the specific exceptions that can be raised during a PyBill run.

exception pybill.lib.errors.PyBillException

Bases: exceptions.Exception

Base class of the exceptions raised by PyBill.

exception pybill.lib.errors.PyBillReadingException

Bases: pybill.lib.errors.PyBillException

Exception raised when an error occurs during reading.

exception pybill.lib.errors.PyBillWritingException

Bases: pybill.lib.errors.PyBillException

Exception raised when an error occurs during writing.

exception pybill.lib.errors.PyBillProcessingException

Bases: pybill.lib.errors.PyBillException

Exception raised when an error occurs during processing.