00001 // $Id: SLIOException.hpp,v 1.1 2004/04/03 15:07:34 mr_lex Exp $ 00002 #ifndef SL_IOEXCEPTION_HPP 00003 #define SL_IOEXCEPTION_HPP 00004 00005 #include "segusoland.hpp" 00006 #include "SLException.hpp" 00007 #include "SLString.hpp" 00008 00009 SL_NAMESPACE_BEGIN 00010 00016 class SLIOException : public SLException { 00017 public: 00022 SLIOException(const SLString &message); 00023 }; // class SLIOException 00024 00025 SL_NAMESPACE_END 00026 #endif // #ifndef SL_IOEXCEPTION_HPP 00027 // $Log: SLIOException.hpp,v $ 00028 // Revision 1.1 2004/04/03 15:07:34 mr_lex 00029 // NEW: plugin system and toolkit nearly mature 00030 // 00031