From: wisberg Date: Mon, 12 Dec 2005 17:13:35 +0000 (+0000) Subject: fix bug 120401 - adding signature to identify exception message source X-Git-Tag: V1_5_0RC1~27 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=3ac46270398a3e9ddde620e03c9dc2123cbe78d0;p=aspectj.git fix bug 120401 - adding signature to identify exception message source --- diff --git a/weaver/src/org/aspectj/weaver/UnresolvedType.java b/weaver/src/org/aspectj/weaver/UnresolvedType.java index ffd8a9404..bc55a05f0 100644 --- a/weaver/src/org/aspectj/weaver/UnresolvedType.java +++ b/weaver/src/org/aspectj/weaver/UnresolvedType.java @@ -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); } /**