class documentation

class ArgumentError(SQLAlchemyError):

Known subclasses: sqlalchemy.exc.AmbiguousForeignKeysError, sqlalchemy.exc.NoForeignKeysError, sqlalchemy.exc.NoSuchModuleError, sqlalchemy.exc.ObjectNotExecutableError

View In Hierarchy

Raised when an invalid or conflicting function argument is supplied.

This error generally corresponds to construction time state errors.

Inherited from SQLAlchemyError:

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

Inherited from HasDescriptionCode (via SQLAlchemyError):

Method __init__ Undocumented
Method ​_code​_str Undocumented
Instance Variable code Undocumented