23242526272829303132
{ Transformer transformer = (Transformer) transformers.get( id ); if ( transformer == null ) { throw new TransformerNotFoundException( "Transformer with the id = " + id + " cannot be found." ); } return transformer; }