com.cedarsoft.photos.tools.CmdLineToolNotAvailableException Maven / Gradle / Ivy
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