All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.cedarsoft.photos.tools.CmdLineToolNotAvailableException Maven / Gradle / Ivy

There is a newer version: 8.9.0
Show newest version
package com.cedarsoft.photos.tools;

/**
 * Is thrown if the the command line tool is not available
 *
 * @author Johannes Schneider ([email protected])
 */
public class CmdLineToolNotAvailableException extends Exception {
  public CmdLineToolNotAvailableException(String message) {
    super(message);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy