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

fitnesse.components.ComponentInstantiationException Maven / Gradle / Ivy

There is a newer version: 20181217
Show newest version
package fitnesse.components;

public class ComponentInstantiationException extends RuntimeException {

  public ComponentInstantiationException(String message, Exception cause) {
    super(message, cause);
  }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy