class documentation

class DirectiveError(Exception): (source)

View In Hierarchy

Store a message and a system message level.

To be thrown from inside directive code.

Do not instantiate directly -- use Directive.directive_error() instead!

Method __init__ Set error message and level
Instance Variable level Undocumented
Instance Variable msg Undocumented
def __init__(self, level, message): (source)
Set error message and level
level = (source)

Undocumented

Undocumented