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

jadex.bdi.model.JadexBDIGenerationRuntimeException Maven / Gradle / Ivy

The newest version!
package jadex.bdi.model;

/**
 * Created by kalinowski on 16.08.16.
 */
@SuppressWarnings("serial")
public class JadexBDIGenerationRuntimeException extends RuntimeException {
    public JadexBDIGenerationRuntimeException(String message, Throwable cause) {
        super(message, cause);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy