* ensuring the template resolver has not been initialized yet.
* </p>
*/
protected final void checkNotInitialized() {
if (isInitialized()) {
throw new AlreadyInitializedException(
"Cannot modify template resolver when it has already been initialized");
}
}