54 #ifndef LIMAL_EXCEPTION_HPP
55 #define LIMAL_EXCEPTION_HPP
57 #include "blocxx/BLOCXX_config.h"
58 #include "blocxx/Exception.hpp"
62 namespace LIMAL_NAMESPACE
74 BLOCXX_DECLARE_EXCEPTION(Memory);
84 BLOCXX_DECLARE_EXCEPTION(Runtime);
96 BLOCXX_DECLARE_EXCEPTION(Overflow);
106 BLOCXX_DECLARE_EXCEPTION(Syntax);
116 BLOCXX_DECLARE_EXCEPTION(Value);
124 BLOCXX_DECLARE_EXCEPTION(System);