exception documentation

class NoSuchModuleError(ArgumentError): (source)

View In Hierarchy

Raised when a dynamically-loaded module (usually a database dialect) of a particular name cannot be located.

Inherited from SQLAlchemyError (via ArgumentError):

Method __str__ Undocumented
Method _message Undocumented
Method _sql_message Undocumented

Inherited from HasDescriptionCode (via ArgumentError, SQLAlchemyError):

Method __init__ Undocumented
Instance Variable code Undocumented
Method _code_str Undocumented