catching SQLAlchemy exceptions

What is the upper level exception that I can catch SQLAlechmy exceptions with ? >>> from sqlalchemy import exc >>> dir(exc) ['ArgumentError', 'CircularDependencyError', 'CompileE...