this.addTrackInfoLogEntry(new TrackInfoItemDiscrepancy(itemKind, fromITunes, fromID3Tag));
this.setStatus(new com.jitcaforwin.trackinfoanalyzer.log.status.Error());
}
public void addTrackInfoItemException(String itemKind, Exception e) {
this.addTrackInfoLogEntry(new TrackInfoItemException(itemKind, e));
this.setStatus(new com.jitcaforwin.trackinfoanalyzer.log.status.Error());
}