FormErrors.h

Go to the documentation of this file.
00001 
00006 /* Copyright © 2009 James Legg.
00007     This program is free software: you can redistribute it and/or modify
00008     it under the terms of the GNU General Public License as published by
00009     the Free Software Foundation, either version 3 of the License, or
00010     (at your option) any later version.
00011 */
00012 #ifndef LIBTRACK_FORM_ERRORS_H_
00013 #define LIBTRACK_FORM_ERRORS_H_
00014 
00016 class FormError
00017 {};
00018 
00020 class ThemeChangedError
00021     :   public FormError
00022 {};
00023 
00025 class CorruptedError
00026     :   public FormError
00027 {};
00028 
00030 class VersionError
00031     :   public FormError
00032 {};
00033 
00035 class NewVersionError
00036     :   public VersionError
00037 {};
00038 
00040 class UnkownObjectError
00041     :   public NewVersionError
00042 {};
00043 
00045 class WrongTypeError
00046     :   public CorruptedError
00047 {};
00048 
00050 class DepreciatedVersionError
00051     :   public VersionError
00052 {};
00053 
00054 #endif

Get Racer at SourceForge.net. Fast, secure and Free Open Source software downloads

Generated at Mon Sep 6 00:41:11 2010 by Doxygen version 1.4.7 for Racer version svn335.