* @throws EMFUserError the EMF user error
*/
public void handleNewDocumentTemplateCreation(RequestContainer requestContainer,
BIObject obj, SourceBean response) throws EMFUserError, InvalidOperationRequest {
logger.error("SpagoBIOfficeDocumentInternalEngine cannot build document template");
throw new InvalidOperationRequest();
}