class documentation

class NoReferencedTableError(NoReferenceError):

View In Hierarchy

Raised by ForeignKey when the referred Table cannot be located.
Method __init__ Undocumented
Method __reduce__ Undocumented
Instance Variable table​_name Undocumented

Inherited from SQLAlchemyError (via NoReferenceError, InvalidRequestError):

Method __str__ Undocumented
Method __unicode__ Undocumented
Method ​_message Undocumented
Method ​_sql​_message Undocumented

Inherited from HasDescriptionCode (via NoReferenceError, InvalidRequestError, SQLAlchemyError):

Method ​_code​_str Undocumented
Instance Variable code Undocumented
def __init__(self, message, tname):
def __reduce__(self):

Undocumented

table_name =

Undocumented