Return the name or null if none is found, Throw an ClassPathException containing detail if name is ambigous.
( String name )
| 475 | Throw an ClassPathException containing detail if name is ambigous. |
| 476 | */ |
| 477 | protected String getClassNameByUnqName( String name ) |
| 478 | throws UtilEvalError |
| 479 | { |
| 480 | throw cmUnavailable(); |
| 481 | } |
| 482 | |
| 483 | public void addListener( Listener l ) { } |
| 484 |
no test coverage detected