ahmetb / orman

lightweight and minimalist ORM for Java/Android. works with SQLite & MySQL. (not actively maintained)
Other
249 stars 47 forks source link

Exceptions hierarchy #2

Closed ahmetb closed 13 years ago

ahmetb commented 13 years ago

Currently all exceptions extend RuntimeException. We need a hierarchy for exceptions.

For instance:

some of them already under org.orman.datasource.exception. Move appropriate ones to org.orman.exception [new] package.