- InvalidArgumentError
- function received an invalid argument
- IOOperationError
- input/output operations
- InitializerError
- invalid arguments are passed to the initializer of a class
- ParseError
- errors by parsing
- WriteError
- errors by writing
- DataInconsistencyError
- inconsistency in data found
Author: | Maxim Fedorovsky |
---|
Raised when a function received an invalid argument.
Initializer of the class.
Parameter: | message – message |
---|
Raised when an error occurs by input/output operations.
Initializer of the class.
Parameters: |
|
---|
Raised if invalid arguments are passed to the initializer of a class.
Initializer of the class.
Parameter: | message – message |
---|
Raised when an error occurs by parsing.
Initializer of the class.
Parameters: |
|
---|
Raised when an error occurs by writing.
Initializer of the class.
Parameters: |
|
---|
Raised when an inconsistency found in data.
Initializer of the class.
Parameter: | message – message |
---|