Examples of TrackInfoItemException


Examples of com.jitcaforwin.trackinfoanalyzer.log.tracklog.infoitem.TrackInfoItemException

    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());
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.