summaryrefslogtreecommitdiff
path: root/framework/Exceptions
diff options
context:
space:
mode:
authorxue <>2007-03-06 14:03:42 +0000
committerxue <>2007-03-06 14:03:42 +0000
commit13bbe877ff40d62431f78da6daad4615a92698ec (patch)
tree1be0db3f72ca50c322e2c66455df25c7b1abc446 /framework/Exceptions
parent8746007d968660f93dac079477405ded6fa14cbe (diff)
Better page class error reporting.
Diffstat (limited to 'framework/Exceptions')
-rw-r--r--framework/Exceptions/messages.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/Exceptions/messages.txt b/framework/Exceptions/messages.txt
index 79fdb8d1..164b81d3 100644
--- a/framework/Exceptions/messages.txt
+++ b/framework/Exceptions/messages.txt
@@ -103,6 +103,7 @@ pageservice_basepath_invalid = TPageService.BasePath '{0}' is not a valid dire
pageservice_page_required = Page Name Required
pageservice_defaultpage_unchangeable = TPageService.DefaultPage cannot be modified after the service is initialized.
pageservice_basepath_unchangeable = TPageService.BasePath cannot be modified after the service is initialized.
+pageservice_pageclass_invalid = Page class {0} is invalid. It should be TPage or extend from TPage.
pageserviceconf_file_invalid = Unable to open page directory configuration file '{0}'.
pageserviceconf_aliaspath_invalid = <alias id="{0}"> uses an invalid file path "{1}" in page directory configuration file '{2}'.