ComponentClassResolver exceptions
---------------------------------
Key: TAP5-1500
URL: https://issues.apache.org/jira/browse/TAP5-1500
Project: Tapestry 5
Issue Type: Bug
Components: tapestry-core
Affects Versions: 5.2.5, 5.2.4
Reporter: Alex Lumpov
Priority: Minor
The javadoc for the ComponentClassResolver said that the methods:
resolvePageNameToClassName,
canonicalizePageName,
resolveComponentTypeToClassName,
resolveMixinTypeToClassName
throws IllegalArgumentException if the ... can not be resolved.
But in fact the methods of class ComponentClassResolverImpl throws
UnknownValueException,
that is not the instance of IllegalArgumentException.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira