A template creator creates a template class that stores at least one
template parameter. The template creator also specifies at least one
additional object to be created when an instance of the template class is
created. A template user initiates the creation of a new instance of the
template class. If an error occurs during the creation of the new
instance of the template class, the template user receives a report
identifying the error.