![JAR search and dependency download from the Maven repository](/logo.png)
com.github.dakusui.jcunit.exceptions.JCUnitException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jcunit Show documentation
Show all versions of jcunit Show documentation
Automated combinatorial testing framework on top of JUnit
package com.github.dakusui.jcunit.exceptions;
public class JCUnitException extends Exception {
/**
* A serial version UID.
*/
private static final long serialVersionUID = -8729834127235486228L;
public JCUnitException() {}
public JCUnitException(String msg, Throwable e) {
super(msg, e);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy