notify-dpml AT lists.ibiblio.org
Subject: DPML Notify
List archive
r1576 - trunk/main/metro/model/src/main/net/dpml/metro/builder
- From: mcconnell at BerliOS <mcconnell AT mail.berlios.de>
- To: notify-dpml AT lists.ibiblio.org
- Subject: r1576 - trunk/main/metro/model/src/main/net/dpml/metro/builder
- Date: Mon, 17 Jul 2006 09:36:33 +0200
Author: mcconnell
Date: 2006-07-17 09:36:32 +0200 (Mon, 17 Jul 2006)
New Revision: 1576
Modified:
trunk/main/metro/model/src/main/net/dpml/metro/builder/ComponentDecoder.java
Log:
capture dropped causal exception
Modified:
trunk/main/metro/model/src/main/net/dpml/metro/builder/ComponentDecoder.java
===================================================================
---
trunk/main/metro/model/src/main/net/dpml/metro/builder/ComponentDecoder.java
2006-07-16 18:36:43 UTC (rev 1575)
+++
trunk/main/metro/model/src/main/net/dpml/metro/builder/ComponentDecoder.java
2006-07-17 07:36:32 UTC (rev 1576)
@@ -185,9 +185,9 @@
catch( Exception e )
{
final String error =
- "Unable to resolve the URI declared as under the base
'uri' attribute."
- + "\n URI: " + base;
- throw new DecodingException( element, error );
+ "Error resolving 'uri' attribute value: "
+ + base;
+ throw new DecodingException( element, error, e );
}
}
}
- r1576 - trunk/main/metro/model/src/main/net/dpml/metro/builder, mcconnell at BerliOS, 07/17/2006
Archive powered by MHonArc 2.6.24.