starbase Package

exceptions Module

exception starbase.exceptions.BaseException[source]

Bases: exceptions.Exception

Base exception.

exception starbase.exceptions.ImproperlyConfigured[source]

Bases: starbase.exceptions.BaseException

Exception raised when developer didn’t configure the code properly.

exception starbase.exceptions.InvalidArguments[source]

Bases: exceptions.ValueError, starbase.exceptions.BaseException

Exception raised when invalid arguments supplied.

exception starbase.exceptions.ParseError[source]

Bases: starbase.exceptions.BaseException

Raised if the request or response contain malformed data.

exception starbase.exceptions.DoesNotExist[source]

Bases: starbase.exceptions.DatabaseError

Does not exist.

exception starbase.exceptions.DatabaseError[source]

Bases: starbase.exceptions.BaseException

General database error, as defined in PEP249 interface.

exception starbase.exceptions.IntegrityError[source]

Bases: starbase.exceptions.DatabaseError

Integrity error, as defined in PEP249 interface.