diff options
author | xue <> | 2007-07-26 17:12:56 +0000 |
---|---|---|
committer | xue <> | 2007-07-26 17:12:56 +0000 |
commit | f2cb31830f2f2264601b482df511affe87ff24d1 (patch) | |
tree | 80715ff61bf0be2080858ff06f5870aab61e27c4 /framework/Exceptions/messages.txt | |
parent | 18e88ed7c522f782b7622aee0175bf5c4e9fb765 (diff) |
updated error message.
Diffstat (limited to 'framework/Exceptions/messages.txt')
-rw-r--r-- | framework/Exceptions/messages.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/framework/Exceptions/messages.txt b/framework/Exceptions/messages.txt index 23ec53ea..b75de56e 100644 --- a/framework/Exceptions/messages.txt +++ b/framework/Exceptions/messages.txt @@ -414,3 +414,7 @@ tabviewcollection_tabview_required = TTabPanel can only accept TTabView as chil tabpanel_activeviewid_invalid = TTabPanel.ActiveViewID has an invalid ID '{0}'.
tabpanel_activeviewindex_invalid = TTabPanel.ActiveViewIndex has an invalid Index '{0}'.
tabpanel_view_inexistent = TTabPanel cannot find the specified view.
+
+cachesession_cachemoduleid_required = TCacheHttpSession.CacheModuleID is required.
+cachesession_cachemodule_inexistent = TCacheHttpSession.CacheModuleID '{0}' points to a non-existent module.
+cachesession_cachemodule_invalid = TCacheHttpSession.CacheModuleID '{0}' points to a module that does not implement ICache interface.
\ No newline at end of file |