Author: thorsten
Date: Fri Aug 11 00:16:20 2006
New Revision: 430704
URL: http://svn.apache.org/viewvc?rev=430704&view=rev
Log:
Throwing stack instead of swolling it
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/dispatcher/transformation/DispatcherTransformer.java
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/dispatcher/transformation/DispatcherTransformer.java
URL:
http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/dispatcher/transformation/DispatcherTransformer.java?rev=430704&r1=430703&r2=430704&view=diff
==============================================================================
---
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/dispatcher/transformation/DispatcherTransformer.java
(original)
+++
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/dispatcher/transformation/DispatcherTransformer.java
Fri Aug 11 00:16:20 2006
@@ -310,7 +310,7 @@
STRUCTURER_FORMAT_ATTRIBUTE, null);
if (requestedFormat == null) {
String error = "dispatcherError:\n"
- + "You have to set the \"type\" parameter in the sitemap!";
+ + "You have to set the \"type\" parameter in the
sitemap!\n DispatcherStack: " + e1;
getLogger().error(error);
throw new ProcessingException(error);
}