#112624: More detailed message persist_103381_root release60_beta1_root
authorjtulach@netbeans.org
Wed, 19 Sep 2007 14:37:04 +0000
changeset 299d6d404e2fade
parent 298 a0f520dc4547
child 300 341c0ad60db6
#112624: More detailed message
openide.util/src/org/openide/util/lookup/AbstractLookup.java
     1.1 --- a/openide.util/src/org/openide/util/lookup/AbstractLookup.java	Tue Sep 18 17:42:59 2007 +0000
     1.2 +++ b/openide.util/src/org/openide/util/lookup/AbstractLookup.java	Wed Sep 19 14:37:04 2007 +0000
     1.3 @@ -719,7 +719,7 @@
     1.4              if (this.index == -1) {
     1.5                  this.index = x;
     1.6              } else {
     1.7 -                throw new IllegalStateException("You cannot use " + this + " in more than one AbstractLookup"); // NOI18N
     1.8 +                throw new IllegalStateException("You cannot use " + this + " in more than one AbstractLookup. Prev: " + this.index + " new: " + x); // NOI18N
     1.9              }
    1.10          }
    1.11