diff options
| author | Mike Buland <eichlan@xagasoft.com> | 2006-11-25 23:38:14 +0000 |
|---|---|---|
| committer | Mike Buland <eichlan@xagasoft.com> | 2006-11-25 23:38:14 +0000 |
| commit | 27e0164234c916adaf0ce78e29dffe565302ef53 (patch) | |
| tree | 9153d33a0fcd67c38daba80a4f6c406a8701cec4 /src/exceptions.h | |
| parent | 2828a0bb77e2cf1bc6fbd38c3bca5cfaddb23b80 (diff) | |
| download | libbu++-27e0164234c916adaf0ce78e29dffe565302ef53.tar.gz libbu++-27e0164234c916adaf0ce78e29dffe565302ef53.tar.bz2 libbu++-27e0164234c916adaf0ce78e29dffe565302ef53.tar.xz libbu++-27e0164234c916adaf0ce78e29dffe565302ef53.zip | |
I think this is a better serializer model.
Diffstat (limited to 'src/exceptions.h')
| -rw-r--r-- | src/exceptions.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/exceptions.h b/src/exceptions.h index b4126b7..cf9d47a 100644 --- a/src/exceptions.h +++ b/src/exceptions.h | |||
| @@ -8,6 +8,11 @@ subExceptionDecl( XmlException ) | |||
| 8 | subExceptionDecl( FileException ) | 8 | subExceptionDecl( FileException ) |
| 9 | subExceptionDecl( ConnectionException ) | 9 | subExceptionDecl( ConnectionException ) |
| 10 | 10 | ||
| 11 | enum eFileException | ||
| 12 | { | ||
| 13 | excodeEOF | ||
| 14 | }; | ||
| 15 | |||
| 11 | enum eConnectionException | 16 | enum eConnectionException |
| 12 | { | 17 | { |
| 13 | excodeReadError, | 18 | excodeReadError, |
