Table of contents Index

class CubicSplineError

Declared in module PySplines.CubicSplines

Inheritance hierarchy:

PySplines.CubicSplines.CubicSplineError
  exceptions.Exception

Synopsis

class CubicSplineError(Exception):

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

Description

Exception to raise when cubic splines are used with wrong arguments.


Author: Berthold H\366llmann
Version: 1.7