class documentation

class UnsupportedCompilationError(CompileError):

View In Hierarchy

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
def __init__(self, compiler, element_type, message=None):
def __reduce__(self):

Undocumented

code: str =
compiler =

Undocumented

element_type =

Undocumented

message =

Undocumented