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

org.blackdread.cameraframework.exception.EdsdkException Maven / Gradle / Ivy

There is a newer version: 1.2.0
Show newest version
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