Package simpleorm.utils


package simpleorm.utils
  • Class
    Description
    SimpleORM takes care to trap most error conditions and throw meaningful exception messages.
    Errors in data or environment at runtime, not necessarily a programming bug.
    Probable bug in user's program.
    Probable bug in SimpleORM.
    Chained JDBC Exception, could be anything as JDBC does not separate exceptions out and provides minimal information about their underlying causes.
    Exception thrown due to failed unit test cases.
    This Exception thrown by user written code to indicate user data entry errors, especially in the business rule methods.
    Very simple logging system.
    An implementation of SLog to allow Simpleorm to log via Slf4j.
     
    Miscellaneous static utility methods that have nowhere else to live.