Well, I have moved on. After nearly eight years as the Lead Developer, and upgrading the App from Access 97 and VB 6 through SQL 2000, Access XP, VB.Net to end up with SQL Server 2005 and C#, the company went after Java. I completed my apprenticeship in the arcane arts of Maven, Ant and … Continue reading Tech Change – Again
Year: 2008
Throwing my own Errors
So I created an error class today. I needed to throw an exception if the scale to a rounding function was too large. I created my own exception class: InvalidScaleException. In doing so, I stumbled across this article by Bill Venners back in '98. It's an excellent tutorial on Exceptions in Java.