* @throws NullPointerException if no {@link TokenizerProperties} are given
*/
public void setTokenizerProperties(TokenizerProperties props)
throws UnsupportedOperationException, NullPointerException
{
throw new ExtUnsupportedOperationException(
"Class {0} already defines the {1} interface.",
new Object[] { StandardTokenizerProperties.class.getName(),
DataMapper.class.getName() } );
}