sqlalchemyseed.errors¶
Module Contents¶
- exception sqlalchemyseed.errors.ClassNotFoundError¶
Bases:
ExceptionRaised when the class is not found
- exception sqlalchemyseed.errors.EmptyDataError¶
Bases:
ExceptionRaised when data is empty
- exception sqlalchemyseed.errors.InvalidKeyError¶
Bases:
ExceptionRaised when an invalid key is invoked
- exception sqlalchemyseed.errors.InvalidModelPath¶
Bases:
ExceptionRaised when an invalid model path is invoked
- exception sqlalchemyseed.errors.InvalidTypeError¶
Bases:
ExceptionRaised when a type of data is not accepted
- exception sqlalchemyseed.errors.MaxLengthExceededError¶
Bases:
ExceptionRaised when maximum length of data exceeded
- exception sqlalchemyseed.errors.MissingKeyError¶
Bases:
ExceptionRaised when a required key is missing
- exception sqlalchemyseed.errors.NotInModuleError¶
Bases:
ExceptionRaised when a value is not found in module
- exception sqlalchemyseed.errors.ParseError¶
Bases:
ExceptionRaised when parsing string fails
- exception sqlalchemyseed.errors.UnsupportedClassError¶
Bases:
ExceptionRaised when an unsupported class is invoked