Package com.jitcaforwin.trackinfoanalyzer.log.tracklog.infoitem

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

Related Classes of com.jitcaforwin.trackinfoanalyzer.log.tracklog.infoitem.TrackInfoItemException

Copyright © 2018 www.massapicom. 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.