Table Of Contents

Previous topic

pyviblib.util.constants

Next topic

pyviblib.util.misc

This Page

pyviblib.util.exceptions

Exceptions which are raised in pyviblib

Inheritance diagram of pyviblib.util.exceptions

Classes

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
exception pyviblib.util.exceptions.InvalidArgumentError(message)

Raised when a function received an invalid argument.

Initializer of the class.

Parameter:message – message
exception pyviblib.util.exceptions.IOOperationError(filename, message)

Raised when an error occurs by input/output operations.

Initializer of the class.

Parameters:
  • filename – file name where the exception occured
  • message – message
exception pyviblib.util.exceptions.InitializerError(message)

Raised if invalid arguments are passed to the initializer of a class.

Initializer of the class.

Parameter:message – message
exception pyviblib.util.exceptions.ParseError(filename, message)

Raised when an error occurs by parsing.

Initializer of the class.

Parameters:
  • filename – file name where the exception occured
  • message – message
exception pyviblib.util.exceptions.WriteError(filename, message)

Raised when an error occurs by writing.

Initializer of the class.

Parameters:
  • filename – file name where the exception occured
  • message – message
exception pyviblib.util.exceptions.DataInconsistencyError(message)

Raised when an inconsistency found in data.

Initializer of the class.

Parameter:message – message

SourceForge.net Logo