class documentation

class LoaderStrategyException(sa_exc.InvalidRequestError):

View In Hierarchy

A loader strategy for an attribute does not exist.
Method __init__ Undocumented

Inherited from SQLAlchemyError (via InvalidRequestError):

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

Inherited from HasDescriptionCode (via InvalidRequestError, SQLAlchemyError):

Method ​_code​_str Undocumented
Instance Variable code Undocumented
def __init__(self, applied_to_property_type, requesting_property, applies_to, actual_strategy_type, strategy_key):