Andreas Huggel
55aebc0686
Overhauled exception handling. The new class Error has a list of error messages, which is selected based on the error code provided in the constructor.
...
Image::read/writeMetadata and ImageFactory::open now throw Error in case of failure. Applications therefore now need an exception handler for the error handling of such function calls. This should result in shorter and simpler application code.
2005-04-17 11:51:32 +00:00
brad
0cab366ec2
Merges all changes from the insideout branch back into trunk. This includes the IO abstraction code, split-up of image.cpp, and inside-out design change ( #402 , #403 , and #404 ).
2005-01-16 09:22:28 +00:00
Andreas Huggel
10e7d7d86c
Minor change
2004-12-11 15:19:28 +00:00
Andreas Huggel
e09052e2d5
Updated examples for use on website, updated tests accordingly
2004-12-11 05:26:09 +00:00
Andreas Huggel
c8d9fe0b35
Changed operator hack to be more consistent, added op=(const Value&)
2004-12-10 18:04:07 +00:00
Andreas Huggel
943d942391
Added iptceasy example
2004-12-08 16:54:09 +00:00