|  | 
 |  | 
 | 
													
												
													
														| 274 |  				className = className.substring(className.lastIndexOf('.') + 1);
 | 274 |  				className = className.substring(className.lastIndexOf('.') + 1);
 | 
													
												
													
														| 275 |  			} else if (specifiedName.indexOf('.') >= 0) {
 | 275 |  			} else if (specifiedName.indexOf('.') >= 0) {
 | 
													
												
													
														| 276 |  				if (!specifiedName.startsWith(pkg.fullName))
 | 276 |  				if (!specifiedName.startsWith(pkg.fullName))
 | 
													
												
													
														| 277 | -					throw new IllegalArgumentException("Specified @Name as " + specifiedName + " but it's not in the module root package");
 |  | 
 | 
													
												
													
														|  | 
 | 277 | +					throw new IllegalArgumentException("Specified @Name as \"" + specifiedName + "\" for class: \"" + cls.toString() + "\" but it's not in the module root package");
 | 
													
												
													
														| 278 |  
 | 278 |  
 | 
													
												
													
														| 279 |  				classPkg = getPackage(basePackage + specifiedName.substring(pkg.fullName.length()));
 | 279 |  				classPkg = getPackage(basePackage + specifiedName.substring(pkg.fullName.length()));
 | 
													
												
													
														| 280 |  				className = className.substring(className.lastIndexOf('.') + 1);
 | 280 |  				className = className.substring(className.lastIndexOf('.') + 1);
 |