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

autofixture.exceptions.OnlyInterfacesAreSupportedException Maven / Gradle / Ivy

package autofixture.exceptions;

public class OnlyInterfacesAreSupportedException extends RuntimeException {

  /**
   *
   */
  private static final long serialVersionUID = 1L;

  public OnlyInterfacesAreSupportedException(final String string) {
    super(string);
  }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy