exception documentation

class FieldTypeMismatchException(Exception):

Constructor: FieldTypeMismatchException(roottype, fields, expected_type, found_type)

View In Hierarchy

Undocumented

Method __init__ Undocumented
def __init__(self, roottype, fields, expected_type, found_type):

Undocumented