
jadex.bdiv3.exceptions.JadexBDIGenerationRuntimeException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jadex-kernel-bdiv3 Show documentation
Show all versions of jadex-kernel-bdiv3 Show documentation
BDIV3 Kernel that supports annotated POJOs and uses byte code manipulation for performance improvements.
package jadex.bdiv3.exceptions;
/**
* Created by kalinowski on 16.08.16.
*/
public class JadexBDIGenerationRuntimeException extends RuntimeException {
public JadexBDIGenerationRuntimeException(String message, Throwable cause) {
super(message, cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy