Pages

Jun 10, 2011

Exceptions

Before writing the final post on Wiener deconvolution, I decided to share a little code snippet. It occurred to me that from time to time I write an exception class. Mostly they are the same, so why not make it public ... It can be derived of course to provide further specialization, but for the current project I'm working on (which is a console application) it's enough.

So here goes the code:
http://codepad.org/KGvqarqa