Module sbackup.Exceptions
This module provides some basic exceptions for the entire backup system.
Classes
Name | Description |
---|---|
EndOfFileException
|
Raised when the end of a file has been reached. |
IllegalArgumentException
|
Raised when an invalid argument has been passed to a method or function. |
IllegalDataException
|
Raised when a function or method encounters some invalid data on a file. |
LockedException
|
Raised when you try to do an operation when another operation is taking place on a class's object. |
NoEntryException
|
Raised by the block filesystem when there's not any entry. |