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