commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnue] r8833 - trunk/gnue-common/src/logic


From: reinhard
Subject: [gnue] r8833 - trunk/gnue-common/src/logic
Date: Wed, 18 Oct 2006 02:46:52 -0500 (CDT)

Author: reinhard
Date: 2006-10-18 02:46:51 -0500 (Wed, 18 Oct 2006)
New Revision: 8833

Modified:
   trunk/gnue-common/src/logic/GTrigger.py
Log:
Fixed exception for invalid trigger.


Modified: trunk/gnue-common/src/logic/GTrigger.py
===================================================================
--- trunk/gnue-common/src/logic/GTrigger.py     2006-10-17 23:11:52 UTC (rev 
8832)
+++ trunk/gnue-common/src/logic/GTrigger.py     2006-10-18 07:46:51 UTC (rev 
8833)
@@ -55,7 +55,7 @@
     it.
     """
     def __init__(self, trigger_type, xml_object):
-        errors.ApplicationError.__init__(self, u_(
+        errors.SystemError.__init__(self, u_(
                 "Invalid trigger type '%s' fired by %s") \
                 % (trigger_type, repr(xml_object)))
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]