Class OutOfDataException

Class OutOfDataException

SYNOPSIS

import xmlproc
class OutOfDataException(Exception)
  string __module__ = 'xmlproc'

  # Methods inherited by OutOfDataException from Exception
  def __getitem__(self, i)
  def __init__(self, *args)
  def __str__(self)

DESCRIPTION

An exception that signals that more data is expected, but the current buffer has been exhausted.

SEE ALSO

xmlproc

Exception


Generated by HTMLFormatter at Sat Mar 21 11:51:56 1998