Package com.jitcaforwin.trackinfoanalyzer.log.tracklog

Examples of com.jitcaforwin.trackinfoanalyzer.log.tracklog.AnalysisNotPossibleBecauseOfId3LogEntry


    } catch (ID3TagException e) {
      return new AnalysisNotPossibleBecauseOfExceptionLog(e, this.getTitle(), this.getArtist().toString());
//      throw new TrackAnalyzerRuntimeException(e,
//          "Track Analysis not possible, because problem with ID3Tag occured!");
    } catch (ID3Tagjid3libInternalException e) {
      return new AnalysisNotPossibleBecauseOfId3LogEntry(this.getTitle(), this.getArtist().toString());
    }
  }
View Full Code Here

TOP

Related Classes of com.jitcaforwin.trackinfoanalyzer.log.tracklog.AnalysisNotPossibleBecauseOfId3LogEntry

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.