1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 17:05:26 +02:00

More informative exception.

This commit is contained in:
Sergey Prigogin 2008-04-19 18:06:56 +00:00
parent 1356f3ffea
commit 4109b34df6

View file

@ -75,6 +75,6 @@ abstract class PDOMCPPBinding extends PDOMBinding implements ICPPBinding {
}
public boolean isGloballyQualified() throws DOMException {
throw new PDOMNotImplementedError();
throw new PDOMNotImplementedError("In " + getClass().getCanonicalName()); //$NON-NLS-1$
}
}