std::stringerrorMsg="In InterpolationFilePositionEstimator::getFilePosition(), the media type "+m_mediaType.name+" does not contain any information about the number of wraps the media has.";
std::stringerrorMsg="In InterpolationFilePositionEstimator::determineLPos(), the media type ("+m_mediaType.name+") associated to the tape tape does not give informations about the minLPos and maxLPos.";
std::stringerrorMsg="In InterpolationFilePositionEstimator::checkMediaTypeConsistency(), the media type ("+m_mediaType.name+") associated to the tape does not give informations about the minLPos and maxLPos.";
throwcta::exception::Exception(errorMsg);
}
if(!m_mediaType.nbWraps){
std::stringerrorMsg="In InterpolationFilePositionEstimator::checkMediaTypeConsistency(), the media type ("+m_mediaType.name+") associated to the tape does not give informations about number of wraps the media contains.";