Table of contents Index

class ArgError

Declared in module bhoelHelper.CheckArgs

Inheritance hierarchy:

bhoelHelper.CheckArgs.ArgError
  exceptions.TypeError

Synopsis

class ArgError(TypeError):

    # Inherited from exceptions.Exception
    def __getitem__(self, i)
    def __init__(self, *args)
    def __str__(self)

    # Inherited from exceptions.TypeError

    # Inherited from exceptions.StandardError

Description

Error from the argument checking.


Author: Berthold H\366llmann
Version: 1.1