Add exceptions to the system.
commit52353f34406f1c18539896bd3a54b827541d52da
authorDavid Brodsky <trekie@sinister.cz>
Wed, 31 May 2006 20:30:29 +0000 (31 22:30 +0200)
committerDavid Brodsky <trekie@sinister.cz>
Sun, 25 Jun 2006 00:12:00 +0000 (25 02:12 +0200)
tree09ecdd5fc498ce10e0930bd9db4c29019c180422
parent3a8bb796200cbd0d3a3c3db973239087fde29439
Add exceptions to the system.

Tairon::Core::Exception is base class for all exceptions withing the system and
Tairon::Core::KeyException is used for invalid keys.
src/core/Jamfile
src/core/exceptions.cpp [new file with mode: 0644]
src/core/exceptions.h [new file with mode: 0644]