// the other create method should have been called
throw new FunctionTypeException("function is concrete");
}
} else {
// we couldn't find a match
throw new UnknownIdentifierException("abstract functions of " +
"type " + identity +
" are not supported by " +
"this factory");
}
}