class UnsupportedCompilationError(CompileError):
Raised when an operation is not supported by the given compiler.
Method | __init__ |
Undocumented |
Method | __reduce__ |
Undocumented |
Class Variable | code |
Undocumented |
Instance Variable | compiler |
Undocumented |
Instance Variable | element_type |
Undocumented |
Instance Variable | message |
Undocumented |
Inherited from SQLAlchemyError
(via CompileError
):
Method | __str__ |
Undocumented |
Method | __unicode__ |
Undocumented |
Method | _message |
Undocumented |
Method | _sql_message |
Undocumented |
Inherited from HasDescriptionCode
(via CompileError
, SQLAlchemyError
):
Method | _code_str |
Undocumented |