Module yeanpypa :: Class ParseException
[show private | hide private]
[frames | no frames]

Class ParseException


An exception thrown on parser error. This exception is thrown by the parser in case of a non-correctable error. It contains a human readable message that further explains the reason of the exception.
Method Summary
  __init__(self, msg)
Initialize the exception with the given message.
  __str__(self)
Return a human readable representation of this exceptions

Method Details

__init__(self, msg)
(Constructor)

Initialize the exception with the given message.
Parameters:
msg - The message further describing the reason for this exception.
           (type=str)

__str__(self)
(Informal representation operator)

Return a human readable representation of this exceptions
Returns:
a human readable representation of the exception.

Generated by Epydoc 2.1 on Sat Feb 10 16:11:43 2007 http://epydoc.sf.net