Package com.jitcaforwin.basic.api.exceptions

Examples of com.jitcaforwin.basic.api.exceptions.ConvertOperationException


  public void stopConversion() {
    try {
      this.iTunesCom.callProcedure("StopConversion");
    } catch (E_FAIL e) {
      throw new ConvertOperationException("Conversion could not be stopped or an unexpected error occured.");
    }
  }
View Full Code Here

TOP

Related Classes of com.jitcaforwin.basic.api.exceptions.ConvertOperationException

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.