case RELATIVE_TIME_CONVERSION_CHAR:
converterVector.addElement(new TimeFormatCommand());
break;
case THREAD_CONVERSION_CHAR:
converterVector.addElement(new ThreadFormatCommand());
break;
case THROWABLE_CONVERSION_CHAR:
converterVector.addElement(new ThrowableFormatCommand());
break;