else throw doThrow("invalid value for attribute nameconflict ["+nameconflict+"]",
"valid values are [error,skip,overwrite,makeunique]");
}
public void setProfile(String strProfile) throws PageException {
VideoProfile p = getProfile(strProfile);
if(p!=null)profile=p.duplicate();
else throw doThrow("invalid profile defintion ["+strProfile+"], valid profiles are ["+getProfileKeyList()+"]");
}