]> source.dussan.org Git - aspectj.git/commitdiff
fix bug 120401 - adding signature to identify exception message source
authorwisberg <wisberg>
Mon, 12 Dec 2005 17:13:35 +0000 (17:13 +0000)
committerwisberg <wisberg>
Mon, 12 Dec 2005 17:13:35 +0000 (17:13 +0000)
weaver/src/org/aspectj/weaver/UnresolvedType.java

index ffd8a9404fe2d5597bbacdf3432a62d6128b157e..bc55a05f0c276a2ff5771e58907a7e31fad188c4 100644 (file)
@@ -215,7 +215,7 @@ public class UnresolvedType implements TypeVariableDeclaringElement {
      * binding.
      */
     public UnresolvedType parameterize(Map typeBindings) {
-       throw new UnsupportedOperationException("resolve this type first");
+       throw new UnsupportedOperationException("unable to parameterize unresolved type: " + signature);
     }
     
     /**