![JAR search and dependency download from the Maven repository](/logo.png)
org.blackdread.cameraframework.exception.EdsdkException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of camera-framework Show documentation
Show all versions of camera-framework Show documentation
Canon sdk implementation of bindings
package org.blackdread.cameraframework.exception;
/**
* Based exception for the framework
*
* Created on 2018/10/04.
*
* @author Yoann CAPLAIN
* @since 1.0.0
*/
public abstract class EdsdkException extends RuntimeException {
private static final long serialVersionUID = 1L;
protected EdsdkException(final String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy