summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/modules/core/src/main/resources/core-messages.properties
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2011-06-06 13:18:15 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2011-06-06 13:18:15 +0000
commit069744ba06cca232eee0f0784f1721816d343343 (patch)
tree494fc5d8307ea74a45ebd84f4803413482a5ff1c /sca-java-2.x/trunk/modules/core/src/main/resources/core-messages.properties
parent6fcdf3c9397dfc414831f8a31b991252d54818ee (diff)
TUSCANY-3867 - Catch exceptions thrown from constructors and in @Init to allow the processing to complete tidily. You can then check the monitor to see if something went wrong and shut down cleanly.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1132625 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/modules/core/src/main/resources/core-messages.properties')
-rw-r--r--sca-java-2.x/trunk/modules/core/src/main/resources/core-messages.properties3
1 files changed, 2 insertions, 1 deletions
diff --git a/sca-java-2.x/trunk/modules/core/src/main/resources/core-messages.properties b/sca-java-2.x/trunk/modules/core/src/main/resources/core-messages.properties
index 83eafc1278..f6346b885f 100644
--- a/sca-java-2.x/trunk/modules/core/src/main/resources/core-messages.properties
+++ b/sca-java-2.x/trunk/modules/core/src/main/resources/core-messages.properties
@@ -17,4 +17,5 @@
# under the License.
#
#
-StopException = Exception during stop processing \ No newline at end of file
+StopException = Exception during stop processing
+StartException = Exception during start processing \ No newline at end of file