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:
parent
1356f3ffea
commit
4109b34df6
1 changed files with 1 additions and 1 deletions
|
@ -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$
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue