exception documentation

class ParserRejectedMarkup(Exception): (source)

View In Hierarchy

An Exception to be raised when the underlying parser simply refuses to parse the given markup.

Method __init__ Explain why the parser rejected the given markup, either with a textual explanation or another exception.
def __init__(self, message_or_exception): (source)

Explain why the parser rejected the given markup, either with a textual explanation or another exception.