All Downloads are FREE. Search and download functionalities are using the official Maven repository.

nz.co.gregs.dbvolution.exceptions.package-info Maven / Gradle / Ivy

/**
 * Specific Exceptions For Specific Errors.
 * 

* One of the big problems with JDBC is the refusal by vendors to sub-class * SQLException, which prevents any programmer from automatically coping with * common problems. * *

* I believe that exceptions are meant to help the programmer not punish them. * So here are all the exceptions and the include helpful names and messages. *

* I've been writing SQL for 20 years and DBV is easier, I hope you like it. *

* Gregory Graham */ package nz.co.gregs.dbvolution.exceptions;





© 2015 - 2024 Weber Informatics LLC | Privacy Policy