org.bidib.jbidibc.debug.exception.InvalidLibraryException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jbidibc-debug Show documentation
Show all versions of jbidibc-debug Show documentation
jBiDiB jbidibc Debugger POM
package org.bidib.jbidibc.debug.exception;
public class InvalidLibraryException extends RuntimeException {
private static final long serialVersionUID = 1L;
public InvalidLibraryException(String message, Throwable cause) {
super(message, cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy