Author: hlship
Date: Sun Aug 7 23:31:06 2011
New Revision: 1154795
URL: http://svn.apache.org/viewvc?rev=1154795&view=rev
Log:
Update JavaDoc for ComponentResources.getEmbeddedComponent() to accurately
reflect the exception type when the id does not match an embedded component
Modified:
tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/ComponentResources.java
Modified:
tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/ComponentResources.java
URL:
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/ComponentResources.java?rev=1154795&r1=1154794&r2=1154795&view=diff
==============================================================================
---
tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/ComponentResources.java
(original)
+++
tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/ComponentResources.java
Sun Aug 7 23:31:06 2011
@@ -79,7 +79,7 @@ public interface ComponentResources exte
*
* @param embeddedId
* selects the embedded component (case is ignored)
- * @throws IllegalArgumentException
+ * @throws org.apache.tapestry5.ioc.util.UnknownValueException
* if this component does not contain a component with the
given id
*/